#0F9907
A dark, vivid green closely aligning with Green.
About #0F9907
Visually, #0F9907 is defined as a vivid green. Designers often compare it to the standard color Green. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 153, and 7.
If you are designing for print, the four-color process is what matters most. The color uses 90% Cyan, 0% Magenta, 95% Yellow, and 40% Black. Always request a physical proof before doing a large print run with this exact code.
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#0F9907
RGB15, 153, 7
HSL116.7°, 91.2%, 31.4%
CMYK90%, 0%, 95%, 40%
HSV116.7°, 95.4%, 60.0%
LAB55.0, -57.7, 55.8
XYZ11.6, 22.9, 4.0
Decimal1022215
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.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F9907;
}
.text-color {
color: #0F9907;
}
.border-color {
border: 2px solid #0F9907;
}