#0F6D16
A dark, vivid green closely aligning with Darkgreen.
About #0F6D16
Visually, #0F6D16 is defined as a vivid green. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(15, 109, 22).
If you are designing for print, the four-color process is what matters most. The color uses 86% Cyan, 0% Magenta, 80% Yellow, and 57% Black. The HSL representation is 124.5° hue, 75.8% saturation, and 24.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F6D16
RGB15, 109, 22
HSL124.5°, 75.8%, 24.3%
CMYK86%, 0%, 80%, 57%
HSV124.5°, 86.2%, 42.7%
LAB39.7, -43.3, 38.6
XYZ5.8, 11.1, 2.6
Decimal1010966
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.52:1
Text on #FFFFFF
AA
3.22:1
Text on #000000
AA Large
6.23:1
Text on #F8FAFC
AA
2.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6D16;
}
.text-color {
color: #0F6D16;
}
.border-color {
border: 2px solid #0F6D16;
}