#0FE2A0
A medium, vivid green closely aligning with Mediumspringgreen.
About #0FE2A0
When working with digital screens, the color #0FE2A0 is rendered by mixing light. It is closely associated with the named CSS color Mediumspringgreen. In the RGB color space, it consists of 15 red, 226 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 93% 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FE2A0
RGB15, 226, 160
HSL161.2°, 87.6%, 47.3%
CMYK93%, 0%, 29%, 11%
HSV161.2°, 93.4%, 88.6%
LAB80.2, -60.6, 19.7
XYZ33.7, 57.0, 42.5
Decimal1041056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.41:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE2A0;
}
.text-color {
color: #0FE2A0;
}
.border-color {
border: 2px solid #0FE2A0;
}