#A0DBA0
A light, moderate green closely aligning with Darkseagreen.
About #A0DBA0
At its core, #A0DBA0 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Darkseagreen. In the RGB color space, it consists of 160 red, 219 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 27% C, 0% M, 27% Y, and 14% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0DBA0
RGB160, 219, 160
HSL120.0°, 45.0%, 74.3%
CMYK27%, 0%, 27%, 14%
HSV120.0°, 26.9%, 85.9%
LAB82.2, -30.2, 23.1
XYZ46.2, 60.7, 42.5
Decimal10541984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.13:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0DBA0;
}
.text-color {
color: #A0DBA0;
}
.border-color {
border: 2px solid #A0DBA0;
}