#A0FF99
A very light, vivid green closely aligning with Palegreen.
About #A0FF99
At its core, #A0FF99 is a very light and vivid hue. It is closely associated with the named CSS color Palegreen. This translates to an RGB value of rgb(160, 255, 153).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 37% cyan and 0% magenta inks. The HSL representation is 115.9° hue, 100.0% saturation, and 80.0% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0FF99
RGB160, 255, 153
HSL115.9°, 100.0%, 80.0%
CMYK37%, 0%, 40%, 0%
HSV115.9°, 40.0%, 100.0%
LAB92.3, -47.5, 40.1
XYZ56.0, 81.3, 42.9
Decimal10551193
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.26:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FF99;
}
.text-color {
color: #A0FF99;
}
.border-color {
border: 2px solid #A0FF99;
}