#00A00F
A dark, vivid green closely aligning with Green.
About #00A00F
When working with digital screens, the color #00A00F is rendered by mixing light. Designers often compare it to the standard color Green. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 160, and 15.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 125.6° hue, 100.0% saturation, and 31.4% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00A00F
RGB0, 160, 15
HSL125.6°, 100.0%, 31.4%
CMYK100%, 0%, 91%, 37%
HSV125.6°, 100.0%, 62.7%
LAB57.2, -60.4, 56.4
XYZ12.7, 25.2, 4.6
Decimal40975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A00F;
}
.text-color {
color: #00A00F;
}
.border-color {
border: 2px solid #00A00F;
}