#A0D375
A light, moderate green closely aligning with Lightgreen.
About #A0D375
Visually, #A0D375 is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 160 red, 211 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. The color uses 24% Cyan, 0% Magenta, 45% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0D375
RGB160, 211, 117
HSL92.6°, 51.6%, 64.3%
CMYK24%, 0%, 45%, 17%
HSV92.6°, 44.5%, 82.7%
LAB79.2, -32.7, 41.2
XYZ41.0, 55.3, 25.4
Decimal10539893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.07:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D375;
}
.text-color {
color: #A0D375;
}
.border-color {
border: 2px solid #A0D375;
}