#A0F0AF
A light, vivid green closely aligning with Lightgreen.
About #A0F0AF
The precise color #A0F0AF is an excellent choice for modern design projects. 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 175.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 33% cyan, 0% magenta, 27% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0F0AF
RGB160, 240, 175
HSL131.2°, 72.7%, 78.4%
CMYK33%, 0%, 27%, 6%
HSV131.2°, 33.3%, 94.1%
LAB88.4, -37.4, 23.8
XYZ53.4, 72.9, 51.8
Decimal10547375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.58:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F0AF;
}
.text-color {
color: #A0F0AF;
}
.border-color {
border: 2px solid #A0F0AF;
}