HSL(146, 90%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,90%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 90%, 72%) | color: hsl(146, 90%, 72%) | |
| HEX | #77F8AF | color: #77F8AF | |
| RGB | rgb(119, 248, 175) | color: rgb(119, 248, 175) | |
| CMYK | cmyk(52%, 0%, 29%, 3%) | — | |
| HSV | hsv(146, 52%, 97%) | — | |
| HWB | hwb(146 47% 3%) | color: hwb(146 47% 3%) | |
| OKLCH | oklch(0.887 0.1546 156.41) | color: oklch(0.887 0.1546 156.41) | |
| Lab | lab(88.99 -51.88 24.41) | color: lab(88.99 -51.88 24.41) | |
| LCH | lch(88.99 57.34 154.8) | color: lch(88.99 57.34 154.8) |
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)
#AFB0C1 — rgb(175, 176, 193)
Deuteranopia (Green-blind)
#A79EC5 — rgb(167, 158, 197)
Tritanopia (Blue-blind)
#7DCFD2 — rgb(125, 207, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 90%, 72%);
text
color: hsl(146, 90%, 72%);
border
border: 2px solid hsl(146, 90%, 72%);
gradient light
background: linear-gradient(to right, hsl(146, 90%, 92%), hsl(146, 90%, 72%));
gradient dark
background: linear-gradient(to right, hsl(146, 90%, 72%), hsl(146, 90%, 52%))
hex
background-color: #77F8AF;
tailwind
bg-[hsl(146,90%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 90%, 72%, 0.4);
css variable
--color-primary: hsl(146, 90%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 90%, 72%)?
HEX: #77F8AF | RGB: rgb(119, 248, 175) | CMYK: 52%, 0%, 29%, 3% | HSV: 146°, 52%, 97%. Copy any format from the conversion table above.
What colors go well with #77F8AF?
The complementary color is HSL(326, 90%, 72%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 90%, 72%) in CSS?
As HSL: color: hsl(146, 90%, 72%); — As HEX: color: #77F8AF; — As RGB: color: rgb(119, 248, 175); — Tailwind CSS: bg-[hsl(146,90%,72%)] — CSS variable: --color-primary: hsl(146, 90%, 72%);