#0F7C16
A dark, vivid green closely aligning with Forestgreen.
About #0F7C16
The hex code #0F7C16 represents a beautifully specific shade of green. It is closely associated with the named CSS color Forestgreen. In the RGB color space, it consists of 15 red, 124 green, and 22 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 88% C, 0% M, 82% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F7C16
RGB15, 124, 22
HSL123.9°, 78.4%, 27.3%
CMYK88%, 0%, 82%, 51%
HSV123.9°, 87.9%, 48.6%
LAB45.0, -48.2, 43.7
XYZ7.5, 14.6, 3.2
Decimal1014806
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C16;
}
.text-color {
color: #0F7C16;
}
.border-color {
border: 2px solid #0F7C16;
}