#A0F0D3
A light, vivid green closely aligning with Aquamarine.
About #A0F0D3
The hex code #A0F0D3 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, 240, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 33% C, 0% M, 12% Y, and 6% K. The HSL representation is 158.2° hue, 72.7% saturation, and 78.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0F0D3
RGB160, 240, 211
HSL158.2°, 72.7%, 78.4%
CMYK33%, 0%, 12%, 6%
HSV158.2°, 33.3%, 94.1%
LAB89.2, -30.6, 6.3
XYZ57.4, 74.5, 73.0
Decimal10547411
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.90:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F0D3;
}
.text-color {
color: #A0F0D3;
}
.border-color {
border: 2px solid #A0F0D3;
}