#A0E9AF
A light, moderate green closely aligning with Aquamarine.
About #A0E9AF
The hex code #A0E9AF represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(160, 233, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 31% C, 0% M, 25% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0E9AF
RGB160, 233, 175
HSL132.3°, 62.4%, 77.1%
CMYK31%, 0%, 25%, 9%
HSV132.3°, 31.3%, 91.4%
LAB86.4, -34.2, 21.1
XYZ51.4, 68.8, 51.1
Decimal10545583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.77:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E9AF;
}
.text-color {
color: #A0E9AF;
}
.border-color {
border: 2px solid #A0E9AF;
}