HSL(142, 87%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,87%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 87%, 77%) | color: hsl(142, 87%, 77%) | |
| HEX | #91F7B7 | color: #91F7B7 | |
| RGB | rgb(145, 247, 183) | color: rgb(145, 247, 183) | |
| CMYK | cmyk(41%, 0%, 26%, 3%) | — | |
| HSV | hsv(142, 41%, 97%) | — | |
| HWB | hwb(142 57% 3%) | color: hwb(142 57% 3%) | |
| OKLCH | oklch(0.8971 0.1313 155.16) | color: oklch(0.8971 0.1313 155.16) | |
| Lab | lab(89.84 -43.42 21.64) | color: lab(89.84 -43.42 21.64) | |
| LCH | lch(89.84 48.51 153.51) | color: lch(89.84 48.51 153.51) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#BDBEC6 — rgb(189, 190, 198)
Deuteranopia (Green-blind)
#B7B0CA — rgb(183, 176, 202)
Tritanopia (Blue-blind)
#96D3D5 — rgb(150, 211, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 87%, 77%);
text
color: hsl(142, 87%, 77%);
border
border: 2px solid hsl(142, 87%, 77%);
gradient light
background: linear-gradient(to right, hsl(142, 87%, 97%), hsl(142, 87%, 77%));
gradient dark
background: linear-gradient(to right, hsl(142, 87%, 77%), hsl(142, 87%, 57%))
hex
background-color: #91F7B7;
tailwind
bg-[hsl(142,87%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 87%, 77%, 0.4);
css variable
--color-primary: hsl(142, 87%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 87%, 77%)?
HEX: #91F7B7 | RGB: rgb(145, 247, 183) | CMYK: 41%, 0%, 26%, 3% | HSV: 142°, 41%, 97%. Copy any format from the conversion table above.
What colors go well with #91F7B7?
The complementary color is HSL(322, 87%, 77%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 87%, 77%) in CSS?
As HSL: color: hsl(142, 87%, 77%); — As HEX: color: #91F7B7; — As RGB: color: rgb(145, 247, 183); — Tailwind CSS: bg-[hsl(142,87%,77%)] — CSS variable: --color-primary: hsl(142, 87%, 77%);