#0F8A07
A dark, vivid green closely aligning with Green.
About #0F8A07
The precise color #0F8A07 is an excellent choice for modern design projects. Its closest recognized web color is Green. This translates to an RGB value of rgb(15, 138, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 89% cyan, 0% magenta, 95% yellow, and 46% black. With a hue angle of 116.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F8A07
RGB15, 138, 7
HSL116.3°, 90.3%, 28.4%
CMYK89%, 0%, 95%, 46%
HSV116.3°, 94.9%, 54.1%
LAB49.9, -53.2, 51.6
XYZ9.3, 18.3, 3.2
Decimal1018375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.51:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.31:1
Text on #F8FAFC
AA Large
3.96:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A07;
}
.text-color {
color: #0F8A07;
}
.border-color {
border: 2px solid #0F8A07;
}