#66BB6A
Material green 400
#66BB6A is a green colour. In RGB it is 102 red, 187 green and 106 blue, which converts to a hue of 123 degrees, 38% saturation and 57% lightness. It is Material green 400 in that design system's palette.
Color values
| HEX | #66BB6A |
|---|---|
| RGB | rgb(102, 187, 106) |
| HSL | hsl(123, 38%, 57%) |
| HSV | hsv(123, 45%, 73%) |
| CMYK | cmyk(45%, 0%, 43%, 27%) |
Contrast and accessibility
Against white the contrast ratio is 2.36:1, and against black it is 8.88: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 | 2.36:1 | Fail | Fail |
| Black | 8.88:1 | AAA | AAA |
Tints and shades
Lighter tints move #66BB6A toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #66BB6A; |
|---|---|
| CSS rgb() | color: rgb(102 187 106); |
| Tailwind | bg-[#66bb6a] |
| SwiftUI | Color(red: 0.400, green: 0.733, blue: 0.416) |
| Android | Color.parseColor("#66BB6A") |
Closest named color
The nearest CSS colour keyword to #66BB6A is mediumseagreen (#3CB371).