#A0FFCC
A very light, vivid green closely aligning with Aquamarine.
About #A0FFCC
Visually, #A0FFCC is defined as a vivid green. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 160 red, 255 green, and 204 blue.
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 147.8° hue, 100.0% saturation, and 81.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#A0FFCC
RGB160, 255, 204
HSL147.8°, 100.0%, 81.4%
CMYK37%, 0%, 20%, 0%
HSV147.8°, 37.3%, 100.0%
LAB93.2, -38.9, 15.6
XYZ61.2, 83.4, 70.0
Decimal10551244
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.67:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
15.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FFCC;
}
.text-color {
color: #A0FFCC;
}
.border-color {
border: 2px solid #A0FFCC;
}