#A0E933
A medium, vivid green closely aligning with Greenyellow.
About #A0E933
Visually, #A0E933 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Greenyellow. Its digital footprint relies on 160 parts red, 233 parts green, and 51 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 31% C, 0% M, 78% Y, and 9% K. The HSL representation is 84.1° hue, 80.5% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0E933
RGB160, 233, 51
HSL84.1°, 80.5%, 55.7%
CMYK31%, 0%, 78%, 9%
HSV84.1°, 78.1%, 91.4%
LAB85.0, -47.8, 74.3
XYZ44.2, 66.0, 13.5
Decimal10545459
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.20:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E933;
}
.text-color {
color: #A0E933;
}
.border-color {
border: 2px solid #A0E933;
}