#0F8A3A
A dark, vivid green closely aligning with Forestgreen.
About #0F8A3A
When working with digital screens, the color #0F8A3A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Forestgreen. In the RGB color space, it consists of 15 red, 138 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 89% cyan, 0% magenta, 58% yellow, and 46% black. The HSL representation is 141.0° hue, 80.4% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F8A3A
RGB15, 138, 58
HSL141.0°, 80.4%, 30.0%
CMYK89%, 0%, 58%, 46%
HSV141.0°, 89.1%, 54.1%
LAB50.2, -48.9, 33.8
XYZ10.0, 18.6, 7.1
Decimal1018426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A3A;
}
.text-color {
color: #0F8A3A;
}
.border-color {
border: 2px solid #0F8A3A;
}