#A0FF0F
A medium, vivid green closely aligning with Greenyellow.
About #A0FF0F
At its core, #A0FF0F is a medium and vivid hue. It is closely associated with the named CSS color Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 255, and 15.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 37% cyan, 0% magenta, 94% yellow, and 0% black. The HSL representation is 83.8° hue, 100.0% saturation, and 52.9% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#A0FF0F
RGB160, 255, 15
HSL83.8°, 100.0%, 52.9%
CMYK37%, 0%, 94%, 0%
HSV83.8°, 94.1%, 100.0%
LAB91.2, -57.7, 86.3
XYZ50.3, 79.0, 13.1
Decimal10551055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.81:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FF0F;
}
.text-color {
color: #A0FF0F;
}
.border-color {
border: 2px solid #A0FF0F;
}