#0F992C
A dark, vivid green closely aligning with Forestgreen.
About #0F992C
The precise color #0F992C is an excellent choice for modern design projects. It is closely associated with the named CSS color Forestgreen. In the RGB color space, it consists of 15 red, 153 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 90% C, 0% M, 71% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F992C
RGB15, 153, 44
HSL132.6°, 82.1%, 32.9%
CMYK90%, 0%, 71%, 40%
HSV132.6°, 90.2%, 60.0%
LAB55.1, -55.5, 45.7
XYZ12.0, 23.1, 6.2
Decimal1022252
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.61:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F992C;
}
.text-color {
color: #0F992C;
}
.border-color {
border: 2px solid #0F992C;
}