#009900
A dark, vivid green closely aligning with Green.
About #009900
The precise color #009900 is an excellent choice for modern design projects. Its closest recognized web color is Green. This translates to an RGB value of rgb(0, 153, 0).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 100% Yellow, and 40% Black. The HSL representation is 120.0° hue, 100.0% saturation, and 30.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#009900
RGB0, 153, 0
HSL120.0°, 100.0%, 30.0%
CMYK100%, 0%, 100%, 40%
HSV120.0°, 100.0%, 60.0%
LAB54.8, -58.9, 56.8
XYZ11.4, 22.8, 3.8
Decimal39168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.56:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #009900;
}
.text-color {
color: #009900;
}
.border-color {
border: 2px solid #009900;
}