#A0FF6D
A light, vivid green closely aligning with Palegreen.
About #A0FF6D
The precise color #A0FF6D is an excellent choice for modern design projects. Designers often compare it to the standard color Palegreen. Its digital footprint relies on 160 parts red, 255 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 37% C, 0% M, 57% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#A0FF6D
RGB160, 255, 109
HSL99.0°, 100.0%, 71.4%
CMYK37%, 0%, 57%, 0%
HSV99.0°, 57.3%, 100.0%
LAB91.7, -52.8, 59.9
XYZ53.0, 80.1, 27.1
Decimal10551149
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.02:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FF6D;
}
.text-color {
color: #A0FF6D;
}
.border-color {
border: 2px solid #A0FF6D;
}