#0F990F
A dark, vivid green closely aligning with Green.
About #0F990F
At its core, #0F990F is a dark and vivid hue. Designers often compare it to the standard color Green. In the RGB color space, it consists of 15 red, 153 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 90% cyan, 0% magenta, 90% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F990F
RGB15, 153, 15
HSL120.0°, 82.1%, 32.9%
CMYK90%, 0%, 90%, 40%
HSV120.0°, 90.2%, 60.0%
LAB55.0, -57.4, 54.5
XYZ11.7, 22.9, 4.3
Decimal1022223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.58:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F990F;
}
.text-color {
color: #0F990F;
}
.border-color {
border: 2px solid #0F990F;
}