#A5D6A7
Material green 200
#A5D6A7 is a green colour. In RGB it is 165 red, 214 green and 167 blue, which converts to a hue of 122 degrees, 37% saturation and 74% lightness. It is Material green 200 in that design system's palette.
Color values
| HEX | #A5D6A7 |
|---|---|
| RGB | rgb(165, 214, 167) |
| HSL | hsl(122, 37%, 74%) |
| HSV | hsv(122, 23%, 84%) |
| CMYK | cmyk(23%, 0%, 22%, 16%) |
Contrast and accessibility
Against white the contrast ratio is 1.64:1, and against black it is 12.78: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.64:1 | Fail | Fail |
| Black | 12.78:1 | AAA | AAA |
Tints and shades
Lighter tints move #A5D6A7 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #A5D6A7; |
|---|---|
| CSS rgb() | color: rgb(165 214 167); |
| Tailwind | bg-[#a5d6a7] |
| SwiftUI | Color(red: 0.647, green: 0.839, blue: 0.655) |
| Android | Color.parseColor("#A5D6A7") |
Closest named color
The nearest CSS colour keyword to #A5D6A7 is lightgreen (#90EE90).