#0FF86D
A medium, vivid green closely aligning with Springgreen.
About #0FF86D
At its core, #0FF86D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Springgreen. This translates to an RGB value of rgb(15, 248, 109).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. 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#0FF86D
RGB15, 248, 109
HSL144.2°, 94.3%, 51.6%
CMYK94%, 0%, 56%, 3%
HSV144.2°, 94.0%, 97.3%
LAB86.2, -76.9, 52.5
XYZ36.5, 68.3, 25.7
Decimal1046637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.67:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF86D;
}
.text-color {
color: #0FF86D;
}
.border-color {
border: 2px solid #0FF86D;
}