#A0E999
A light, moderate green closely aligning with Lightgreen.
About #A0E999
The hex code #A0E999 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(160, 233, 153).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 31% C, 0% M, 34% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0E999
RGB160, 233, 153
HSL114.7°, 64.5%, 75.7%
CMYK31%, 0%, 34%, 9%
HSV114.7°, 34.3%, 91.4%
LAB86.0, -37.8, 31.9
XYZ49.4, 68.1, 40.7
Decimal10545561
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.61:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E999;
}
.text-color {
color: #A0E999;
}
.border-color {
border: 2px solid #A0E999;
}