HSL(149, 75%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,75%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 75%, 35%) | color: hsl(149, 75%, 35%) | |
| HEX | #169C57 | color: #169C57 | |
| RGB | rgb(22, 156, 87) | color: rgb(22, 156, 87) | |
| CMYK | cmyk(86%, 0%, 44%, 39%) | — | |
| HSV | hsv(149, 86%, 61%) | — | |
| HWB | hwb(149 9% 39%) | color: hwb(149 9% 39%) | |
| OKLCH | oklch(0.61 0.1492 153.65) | color: oklch(0.61 0.1492 153.65) | |
| Lab | lab(56.72 -49.77 26.8) | color: lab(56.72 -49.77 26.8) | |
| LCH | lch(56.72 56.53 151.7) | color: lch(56.72 56.53 151.7) |
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)
#505168 — rgb(80, 81, 104)
Deuteranopia (Green-blind)
#483E6C — rgb(72, 62, 108)
Tritanopia (Blue-blind)
#1D7578 — rgb(29, 117, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 75%, 35%);
text
color: hsl(149, 75%, 35%);
border
border: 2px solid hsl(149, 75%, 35%);
gradient light
background: linear-gradient(to right, hsl(149, 75%, 55%), hsl(149, 75%, 35%));
gradient dark
background: linear-gradient(to right, hsl(149, 75%, 35%), hsl(149, 75%, 15%))
hex
background-color: #169C57;
tailwind
bg-[hsl(149,75%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 75%, 35%, 0.4);
css variable
--color-primary: hsl(149, 75%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(149, 75%, 35%)?
HEX: #169C57 | RGB: rgb(22, 156, 87) | CMYK: 86%, 0%, 44%, 39% | HSV: 149°, 86%, 61%. Copy any format from the conversion table above.
What colors go well with #169C57?
The complementary color is HSL(329, 75%, 35%). 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, 75%, 35%) in CSS?
As HSL: color: hsl(149, 75%, 35%); — As HEX: color: #169C57; — As RGB: color: rgb(22, 156, 87); — Tailwind CSS: bg-[hsl(149,75%,35%)] — CSS variable: --color-primary: hsl(149, 75%, 35%);