#A0FFDB
A very light, vivid green closely aligning with Aquamarine.
About #A0FFDB
The hex code #A0FFDB represents a beautifully specific shade of green. Designers often compare it to the standard color Aquamarine. In the RGB color space, it consists of 160 red, 255 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 37% C, 0% M, 14% Y, and 0% K. 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0FFDB
RGB160, 255, 219
HSL157.3°, 100.0%, 81.4%
CMYK37%, 0%, 14%, 0%
HSV157.3°, 37.3%, 100.0%
LAB93.5, -35.9, 8.4
XYZ63.0, 84.1, 79.9
Decimal10551259
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.82:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FFDB;
}
.text-color {
color: #A0FFDB;
}
.border-color {
border: 2px solid #A0FFDB;
}