#0F8324
A dark, vivid green closely aligning with Forestgreen.
About #0F8324
At its core, #0F8324 is a dark and vivid hue. It is closely associated with the named CSS color Forestgreen. This translates to an RGB value of rgb(15, 131, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 89% cyan and 0% magenta inks. The HSL representation is 130.9° hue, 79.5% saturation, and 28.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F8324
RGB15, 131, 36
HSL130.9°, 79.5%, 28.6%
CMYK89%, 0%, 73%, 49%
HSV130.9°, 88.5%, 51.4%
LAB47.6, -49.3, 41.0
XYZ8.6, 16.5, 4.4
Decimal1016612
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.89:1
Text on #FFFFFF
AA
4.29:1
Text on #000000
AA Large
4.68:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8324;
}
.text-color {
color: #0F8324;
}
.border-color {
border: 2px solid #0F8324;
}