#A7FF00 color codes
- HEX
- #A7FF00
- HEX8
- #A7FF00FF
- HEX8 (Android)
- #FFA7FF00
- RGB
- rgb(167, 255, 0)
- RGB (%)
- 65%, 100%, 0%
- HSL
- hsl(81, 100%, 50%)
- HSV / HSB
- hsv(81, 100%, 100%)
- CMYK
- cmyk(35%, 0%, 100%, 0%)
- OKLCH
- oklch(0.9088 0.246 130.37)
- OKLCH (%)
- oklch(90.88% 0.246 130.37)
- Decimal
- 11009792
What color is #A7FF00?
#A7FF00 sits at 91% lightness and 0.246 chroma in OKLCH, hue 130.37°. Its nearest named color is GreenYellow.
Shades and tints of #A7FF00
Tints
Shades
Tones
#A7FF00 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #A7FF00 in CSS
.text { color: #A7FF00; }
.background { background-color: #A7FF00; }
.border { border: 2px solid #A7FF00; }
/* Modern, perceptually uniform */
.text { color: oklch(0.9088 0.246 130.37); }
/* #A7FF00 at 50% transparency */
.overlay { background-color: #A7FF0080; }Is #A7FF00 accessible?
#A7FF00 on white text scores 1.24:1; on black text it scores 16.95:1. Black text passes WCAG AAA on #A7FF00. Recommended text color on a #A7FF00 background: black.
A 16.95:1 vs black
A 1.24:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#A7FF00) → black APCA Lc experimental 92.1 Lc · body text — preferred (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Green #008000. See more in the green family on the colors hub.
Frequently asked questions
- What color is #A7FF00?
- #A7FF00 is closest to GreenYellow. In RGB it is rgb(167, 255, 0), and in HSL hsl(81, 100%, 50%).
- What is #A7FF00 in RGB?
- #A7FF00 converts to rgb(167, 255, 0) — red 167, green 255, blue 0.
- What text color is readable on #A7FF00?
- Black text — it has the higher contrast ratio (16.95:1) against #A7FF00. Black text passes WCAG AAA on #A7FF00.