#A0FF2C
A medium, vivid green closely aligning with Greenyellow.
About #A0FF2C
At its core, #A0FF2C is a medium and vivid hue. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(160, 255, 44).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 37% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0FF2C
RGB160, 255, 44
HSL87.0°, 100.0%, 58.6%
CMYK37%, 0%, 83%, 0%
HSV87.0°, 82.7%, 100.0%
LAB91.3, -57.0, 81.7
XYZ50.7, 79.2, 15.0
Decimal10551084
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.84:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FF2C;
}
.text-color {
color: #A0FF2C;
}
.border-color {
border: 2px solid #A0FF2C;
}