#A0FFA8
A very light, vivid green closely aligning with Palegreen.
About #A0FFA8
Visually, #A0FFA8 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Palegreen. This translates to an RGB value of rgb(160, 255, 168).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 37% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0FFA8
RGB160, 255, 168
HSL125.1°, 100.0%, 81.4%
CMYK37%, 0%, 34%, 0%
HSV125.1°, 37.3%, 100.0%
LAB92.5, -45.2, 32.9
XYZ57.3, 81.8, 49.8
Decimal10551208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.36:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FFA8;
}
.text-color {
color: #A0FFA8;
}
.border-color {
border: 2px solid #A0FFA8;
}