#0FA03A
A dark, vivid green closely aligning with Forestgreen.
About #0FA03A
The hex code #0FA03A represents a beautifully specific shade of green. It is closely associated with the named CSS color Forestgreen. In the RGB color space, it consists of 15 red, 160 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 91% cyan, 0% magenta, 64% yellow, and 37% black. The HSL representation is 137.8° hue, 82.9% saturation, and 34.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FA03A
RGB15, 160, 58
HSL137.8°, 82.9%, 34.3%
CMYK91%, 0%, 64%, 37%
HSV137.8°, 90.6%, 62.7%
LAB57.6, -56.2, 42.4
XYZ13.5, 25.5, 8.2
Decimal1024058
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.19:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA03A;
}
.text-color {
color: #0FA03A;
}
.border-color {
border: 2px solid #0FA03A;
}