#0F5016
A very dark, moderate green closely aligning with Darkgreen.
About #0F5016
Visually, #0F5016 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkgreen. This translates to an RGB value of rgb(15, 80, 22).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 81% cyan, 0% magenta, 72% yellow, and 69% black. The HSL representation is 126.5° hue, 68.4% saturation, and 18.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F5016
RGB15, 80, 22
HSL126.5°, 68.4%, 18.6%
CMYK81%, 0%, 72%, 69%
HSV126.5°, 81.2%, 31.4%
LAB29.2, -33.0, 27.6
XYZ3.2, 5.9, 1.7
Decimal1003542
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.64:1
Text on #FFFFFF
AAA
2.18:1
Text on #000000
FAIL
9.21:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5016;
}
.text-color {
color: #0F5016;
}
.border-color {
border: 2px solid #0F5016;
}