#0FE96D
A medium, vivid green closely aligning with Springgreen.
About #0FE96D
The hex code #0FE96D represents a beautifully specific shade of green. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(15, 233, 109).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 94% Cyan, 0% Magenta, 53% Yellow, and 9% Black. With a hue angle of 145.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FE96D
RGB15, 233, 109
HSL145.9°, 87.9%, 48.6%
CMYK94%, 0%, 53%, 9%
HSV145.9°, 93.6%, 91.4%
LAB81.6, -72.3, 47.0
XYZ32.1, 59.5, 24.3
Decimal1042797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.90:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE96D;
}
.text-color {
color: #0FE96D;
}
.border-color {
border: 2px solid #0FE96D;
}