#A0F099
A light, vivid green closely aligning with Lightgreen.
About #A0F099
When working with digital screens, the color #A0F099 is rendered by mixing light. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 240, and 153.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 33% C, 0% M, 36% Y, and 6% K. With a hue angle of 115.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0F099
RGB160, 240, 153
HSL115.2°, 74.4%, 77.1%
CMYK33%, 0%, 36%, 6%
HSV115.2°, 36.2%, 94.1%
LAB88.0, -41.0, 34.5
XYZ51.4, 72.1, 41.3
Decimal10547353
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.42:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F099;
}
.text-color {
color: #A0F099;
}
.border-color {
border: 2px solid #A0F099;
}