#0FFFA0
A medium, vivid green closely aligning with Mediumspringgreen.
About #0FFFA0
The hex code #0FFFA0 represents a beautifully specific shade of green. It is closely associated with the named CSS color Mediumspringgreen. This translates to an RGB value of rgb(15, 255, 160).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FFFA0
RGB15, 255, 160
HSL156.2°, 100.0%, 52.9%
CMYK94%, 0%, 37%, 0%
HSV156.2°, 94.1%, 100.0%
LAB89.0, -70.8, 31.7
XYZ42.3, 74.2, 45.3
Decimal1048480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.83:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFFA0;
}
.text-color {
color: #0FFFA0;
}
.border-color {
border: 2px solid #0FFFA0;
}