#99CC99 color codes
- HEX
- #99CC99
- HEX8
- #99CC99FF
- HEX8 (Android)
- #FF99CC99
- RGB
- rgb(153, 204, 153)
- RGB (%)
- 60%, 80%, 60%
- HSL
- hsl(120, 33%, 70%)
- HSV / HSB
- hsv(120, 25%, 80%)
- CMYK
- cmyk(25%, 0%, 25%, 20%)
- OKLCH
- oklch(0.796 0.0889 144.68)
- OKLCH (%)
- oklch(79.6% 0.0889 144.68)
- Decimal
- 10079385
What color is #99CC99?
#99CC99 sits at 80% lightness and 0.0889 chroma in OKLCH, hue 144.68°. Its nearest named color is DarkSeaGreen.
Shades and tints of #99CC99
Tints
Shades
Tones
#99CC99 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #99CC99 in CSS
.text { color: #99CC99; }
.background { background-color: #99CC99; }
.border { border: 2px solid #99CC99; }
/* Modern, perceptually uniform */
.text { color: oklch(0.796 0.0889 144.68); }
/* #99CC99 at 50% transparency */
.overlay { background-color: #99CC9980; }Is #99CC99 accessible?
#99CC99 on white text scores 1.83:1; on black text it scores 11.45:1. Black text passes WCAG AAA on #99CC99. Recommended text color on a #99CC99 background: black.
A 11.45:1 vs black
A 1.83: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(#99CC99) → black APCA Lc experimental 69.6 Lc · large / secondary text (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 #99CC99?
- #99CC99 is closest to DarkSeaGreen. In RGB it is rgb(153, 204, 153), and in HSL hsl(120, 33%, 70%).
- What is #99CC99 in RGB?
- #99CC99 converts to rgb(153, 204, 153) — red 153, green 204, blue 153.
- What text color is readable on #99CC99?
- Black text — it has the higher contrast ratio (11.45:1) against #99CC99. Black text passes WCAG AAA on #99CC99.