#A0E9C5
A light, moderate green closely aligning with Mediumaquamarine.
About #A0E9C5
Visually, #A0E9C5 is defined as a moderate green. Designers often compare it to the standard color Mediumaquamarine. This translates to an RGB value of rgb(160, 233, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. The HSL representation is 150.4° hue, 62.4% saturation, and 77.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0E9C5
RGB160, 233, 197
HSL150.4°, 62.4%, 77.1%
CMYK31%, 0%, 15%, 9%
HSV150.4°, 31.3%, 91.4%
LAB86.9, -30.1, 10.3
XYZ53.7, 69.8, 63.5
Decimal10545605
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.96:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E9C5;
}
.text-color {
color: #A0E9C5;
}
.border-color {
border: 2px solid #A0E9C5;
}