#A0DB75
A light, moderate green closely aligning with Lightgreen.
About #A0DB75
At its core, #A0DB75 is a light and moderate hue. It is closely associated with the named CSS color Lightgreen. Its digital footprint relies on 160 parts red, 219 parts green, and 117 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 27% cyan, 0% magenta, 47% yellow, and 14% black. The HSL representation is 94.7° hue, 58.6% saturation, and 65.9% lightness.
When using this color as a background, text legibility must be considered. 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#A0DB75
RGB160, 219, 117
HSL94.7°, 58.6%, 65.9%
CMYK27%, 0%, 47%, 14%
HSV94.7°, 46.6%, 85.9%
LAB81.5, -36.4, 44.0
XYZ43.0, 59.4, 26.0
Decimal10541941
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.88:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0DB75;
}
.text-color {
color: #A0DB75;
}
.border-color {
border: 2px solid #A0DB75;
}