#00A000
A dark, vivid green closely aligning with Green.
About #00A000
Visually, #00A000 is defined as a vivid green. Designers often compare it to the standard color Green. In the RGB color space, it consists of 0 red, 160 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 100% Y, and 37% K. The HSL representation is 120.0° hue, 100.0% saturation, and 31.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00A000
RGB0, 160, 0
HSL120.0°, 100.0%, 31.4%
CMYK100%, 0%, 100%, 37%
HSV120.0°, 100.0%, 62.7%
LAB57.2, -60.8, 58.7
XYZ12.6, 25.1, 4.2
Decimal40960
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.03:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A000;
}
.text-color {
color: #00A000;
}
.border-color {
border: 2px solid #00A000;
}