#9CCC65
Material lightgreen 400
#9CCC65 is a green colour. In RGB it is 156 red, 204 green and 101 blue, which converts to a hue of 88 degrees, 50% saturation and 60% lightness. It is Material lightgreen 400 in that design system's palette.
Color values
| HEX | #9CCC65 |
|---|---|
| RGB | rgb(156, 204, 101) |
| HSL | hsl(88, 50%, 60%) |
| HSV | hsv(88, 50%, 80%) |
| CMYK | cmyk(24%, 0%, 50%, 20%) |
Contrast and accessibility
Against white the contrast ratio is 1.87:1, and against black it is 11.24:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.87:1 | Fail | Fail |
| Black | 11.24:1 | AAA | AAA |
Tints and shades
Lighter tints move #9CCC65 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #9CCC65; |
|---|---|
| CSS rgb() | color: rgb(156 204 101); |
| Tailwind | bg-[#9ccc65] |
| SwiftUI | Color(red: 0.612, green: 0.800, blue: 0.396) |
| Android | Color.parseColor("#9CCC65") |
Closest named color
The nearest CSS colour keyword to #9CCC65 is darkkhaki (#BDB76B).