#0FA842
A dark, vivid green closely aligning with Forestgreen.
About #0FA842
Visually, #0FA842 is defined as a vivid green. Its closest recognized web color is Forestgreen. Its digital footprint relies on 15 parts red, 168 parts green, and 66 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 91% cyan, 0% magenta, 61% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
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#0FA842
RGB15, 168, 66
HSL140.0°, 83.6%, 35.9%
CMYK91%, 0%, 61%, 34%
HSV140.0°, 91.1%, 65.9%
LAB60.3, -57.7, 41.8
XYZ15.2, 28.5, 9.9
Decimal1026114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.70:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
FAIL
5.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA842;
}
.text-color {
color: #0FA842;
}
.border-color {
border: 2px solid #0FA842;
}