#A0FF75
A light, vivid green closely aligning with Palegreen.
About #A0FF75
The precise color #A0FF75 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Palegreen. Its digital footprint relies on 160 parts red, 255 parts green, and 117 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 37% cyan, 0% magenta, 54% yellow, and 0% black. 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#A0FF75
RGB160, 255, 117
HSL101.3°, 100.0%, 72.9%
CMYK37%, 0%, 54%, 0%
HSV101.3°, 54.1%, 100.0%
LAB91.8, -51.9, 56.5
XYZ53.5, 80.3, 29.5
Decimal10551157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.06:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FF75;
}
.text-color {
color: #A0FF75;
}
.border-color {
border: 2px solid #A0FF75;
}