#16A34A
Tailwind green-600
#16A34A is a green colour. In RGB it is 22 red, 163 green and 74 blue, which converts to a hue of 142 degrees, 76% saturation and 36% lightness. It is Tailwind green-600 in that design system's palette.
Color values
| HEX | #16A34A |
|---|---|
| RGB | rgb(22, 163, 74) |
| HSL | hsl(142, 76%, 36%) |
| HSV | hsv(142, 87%, 64%) |
| CMYK | cmyk(87%, 0%, 55%, 36%) |
Contrast and accessibility
Against white the contrast ratio is 3.3:1, and against black it is 6.37: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 | 3.3:1 | Fail | AA |
| Black | 6.37:1 | AA | AAA |
Tints and shades
Lighter tints move #16A34A toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #16A34A; |
|---|---|
| CSS rgb() | color: rgb(22 163 74); |
| Tailwind | bg-[#16a34a] |
| SwiftUI | Color(red: 0.086, green: 0.639, blue: 0.290) |
| Android | Color.parseColor("#16A34A") |
Closest named color
The nearest CSS colour keyword to #16A34A is seagreen (#2E8B57).