#0FA049
A dark, vivid green closely aligning with Forestgreen.
About #0FA049
The hex code #0FA049 represents a beautifully specific shade of green. Its closest recognized web color is Forestgreen. This translates to an RGB value of rgb(15, 160, 73).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 91% cyan, 0% magenta, 54% yellow, and 37% black. With a hue angle of 144.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FA049
RGB15, 160, 73
HSL144.0°, 82.9%, 34.3%
CMYK91%, 0%, 54%, 37%
HSV144.0°, 90.6%, 62.7%
LAB57.8, -54.1, 35.4
XYZ14.0, 25.7, 10.5
Decimal1024073
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.14:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA049;
}
.text-color {
color: #0FA049;
}
.border-color {
border: 2px solid #0FA049;
}