#008A0F
A dark, vivid green closely aligning with Green.
About #008A0F
When working with digital screens, the color #008A0F is rendered by mixing light. Designers often compare it to the standard color Green. Its digital footprint relies on 0 parts red, 138 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 126.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#008A0F
RGB0, 138, 15
HSL126.5°, 100.0%, 27.1%
CMYK100%, 0%, 89%, 46%
HSV126.5°, 100.0%, 54.1%
LAB49.8, -54.1, 49.9
XYZ9.2, 18.2, 3.5
Decimal35343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008A0F;
}
.text-color {
color: #008A0F;
}
.border-color {
border: 2px solid #008A0F;
}