#001A00 color codes
- HEX
- #001A00
- HEX8
- #001A00FF
- HEX8 (Android)
- #FF001A00
- RGB
- rgb(0, 26, 0)
- RGB (%)
- 0%, 10%, 0%
- HSL
- hsl(120, 100%, 5%)
- HSV / HSB
- hsv(120, 100%, 10%)
- CMYK
- cmyk(100%, 0%, 100%, 90%)
- OKLCH
- oklch(0.1887 0.0642 142.5)
- OKLCH (%)
- oklch(18.87% 0.0642 142.5)
- Decimal
- 6656
What color is #001A00?
#001A00 sits at 19% lightness and 0.0642 chroma in OKLCH, hue 142.5°. Its nearest named color is Black.
Shades and tints of #001A00
Tints
Shades
Tones
#001A00 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #001A00 in CSS
.text { color: #001A00; }
.background { background-color: #001A00; }
.border { border: 2px solid #001A00; }
/* Modern, perceptually uniform */
.text { color: oklch(0.1887 0.0642 142.5); }
/* #001A00 at 50% transparency */
.overlay { background-color: #001A0080; }Is #001A00 accessible?
#001A00 on white text scores 18.30:1; on black text it scores 1.15:1. White text passes WCAG AAA on #001A00. Recommended text color on a #001A00 background: white.
A 1.15:1 vs black
A 18.3:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: white
CSS
contrast-color() contrast-color(#001A00) → white APCA Lc experimental 106.9 Lc · body text — preferred (white text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
See more in the black family on the colors hub.
Frequently asked questions
- What color is #001A00?
- #001A00 is closest to Black. In RGB it is rgb(0, 26, 0), and in HSL hsl(120, 100%, 5%).
- What is #001A00 in RGB?
- #001A00 converts to rgb(0, 26, 0) — red 0, green 26, blue 0.
- What text color is readable on #001A00?
- White text — it has the higher contrast ratio (18.30:1) against #001A00. White text passes WCAG AAA on #001A00.