#A0FF3A
A light, vivid green closely aligning with Greenyellow.
About #A0FF3A
At its core, #A0FF3A is a light and vivid hue. If you're using CSS, you might find it aligns closely with Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 255, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 37% Cyan, 0% Magenta, 77% Yellow, and 0% 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0FF3A
RGB160, 255, 58
HSL88.9°, 100.0%, 61.4%
CMYK37%, 0%, 77%, 0%
HSV88.9°, 77.3%, 100.0%
LAB91.4, -56.4, 78.2
XYZ51.0, 79.3, 16.6
Decimal10551098
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.86:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FF3A;
}
.text-color {
color: #A0FF3A;
}
.border-color {
border: 2px solid #A0FF3A;
}