#A0DB6D
A light, moderate green closely aligning with Lightgreen.
About #A0DB6D
At its core, #A0DB6D is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(160, 219, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 27% cyan and 0% magenta inks. The HSL representation is 92.2° hue, 60.4% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0DB6D
RGB160, 219, 109
HSL92.2°, 60.4%, 64.3%
CMYK27%, 0%, 50%, 14%
HSV92.2°, 50.2%, 85.9%
LAB81.4, -37.3, 47.7
XYZ42.6, 59.2, 23.7
Decimal10541933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.85:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0DB6D;
}
.text-color {
color: #A0DB6D;
}
.border-color {
border: 2px solid #A0DB6D;
}