HSL(149, 29%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,29%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 29%, 64%) | color: hsl(149, 29%, 64%) | |
| HEX | #89BEA2 | color: #89BEA2 | |
| RGB | rgb(137, 190, 162) | color: rgb(137, 190, 162) | |
| CMYK | cmyk(28%, 0%, 15%, 25%) | — | |
| HSV | hsv(148, 28%, 75%) | — | |
| HWB | hwb(148 54% 25%) | color: hwb(148 54% 25%) | |
| OKLCH | oklch(0.7565 0.0687 161.12) | color: oklch(0.7565 0.0687 161.12) | |
| Lab | lab(72.73 -23.22 8.61) | color: lab(72.73 -23.22 8.61) | |
| LCH | lch(72.73 24.76 159.66) | color: lch(72.73 24.76 159.66) |
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)
#A0A0A9 — rgb(160, 160, 169)
Deuteranopia (Green-blind)
#9D99AA — rgb(157, 153, 170)
Tritanopia (Blue-blind)
#8CAEAF — rgb(140, 174, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 29%, 64%);
text
color: hsl(149, 29%, 64%);
border
border: 2px solid hsl(149, 29%, 64%);
gradient light
background: linear-gradient(to right, hsl(149, 29%, 84%), hsl(149, 29%, 64%));
gradient dark
background: linear-gradient(to right, hsl(149, 29%, 64%), hsl(149, 29%, 44%))
hex
background-color: #89BEA2;
tailwind
bg-[hsl(149,29%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 29%, 64%, 0.4);
css variable
--color-primary: hsl(149, 29%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(149, 29%, 64%)?
HEX: #89BEA2 | RGB: rgb(137, 190, 162) | CMYK: 28%, 0%, 15%, 25% | HSV: 148°, 28%, 75%. Copy any format from the conversion table above.
What colors go well with #89BEA2?
The complementary color is HSL(329, 29%, 64%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(149, 29%, 64%) in CSS?
As HSL: color: hsl(149, 29%, 64%); — As HEX: color: #89BEA2; — As RGB: color: rgb(137, 190, 162); — Tailwind CSS: bg-[hsl(149,29%,64%)] — CSS variable: --color-primary: hsl(149, 29%, 64%);