#A0F000
A medium, vivid green closely aligning with Greenyellow.
About #A0F000
When working with digital screens, the color #A0F000 is rendered by mixing light. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(160, 240, 0).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 33% cyan and 0% magenta inks. The HSL representation is 80.0° hue, 100.0% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A0F000
RGB160, 240, 0
HSL80.0°, 100.0%, 47.1%
CMYK33%, 0%, 100%, 6%
HSV80.0°, 100.0%, 94.1%
LAB86.9, -51.9, 84.1
XYZ45.7, 69.8, 11.1
Decimal10547200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.96:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F000;
}
.text-color {
color: #A0F000;
}
.border-color {
border: 2px solid #A0F000;
}