HSL(148, 70%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,70%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 70%, 32%) | color: hsl(148, 70%, 32%) | |
| HEX | #188B4E | color: #188B4E | |
| RGB | rgb(24, 139, 78) | color: rgb(24, 139, 78) | |
| CMYK | cmyk(83%, 0%, 44%, 45%) | — | |
| HSV | hsv(148, 83%, 55%) | — | |
| HWB | hwb(148 9% 45%) | color: hwb(148 9% 45%) | |
| OKLCH | oklch(0.5617 0.1348 153.68) | color: oklch(0.5617 0.1348 153.68) | |
| Lab | lab(50.93 -44.95 24.16) | color: lab(50.93 -44.95 24.16) | |
| LCH | lch(50.93 51.03 151.74) | color: lch(50.93 51.03 151.74) |
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)
#4A4B5D — rgb(74, 75, 93)
Deuteranopia (Green-blind)
#433B60 — rgb(67, 59, 96)
Tritanopia (Blue-blind)
#1E686B — rgb(30, 104, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 70%, 32%);
text
color: hsl(148, 70%, 32%);
border
border: 2px solid hsl(148, 70%, 32%);
gradient light
background: linear-gradient(to right, hsl(148, 70%, 52%), hsl(148, 70%, 32%));
gradient dark
background: linear-gradient(to right, hsl(148, 70%, 32%), hsl(148, 70%, 12%))
hex
background-color: #188B4E;
tailwind
bg-[hsl(148,70%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 70%, 32%, 0.4);
css variable
--color-primary: hsl(148, 70%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 70%, 32%)?
HEX: #188B4E | RGB: rgb(24, 139, 78) | CMYK: 83%, 0%, 44%, 45% | HSV: 148°, 83%, 55%. Copy any format from the conversion table above.
What colors go well with #188B4E?
The complementary color is HSL(328, 70%, 32%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 70%, 32%) in CSS?
As HSL: color: hsl(148, 70%, 32%); — As HEX: color: #188B4E; — As RGB: color: rgb(24, 139, 78); — Tailwind CSS: bg-[hsl(148,70%,32%)] — CSS variable: --color-primary: hsl(148, 70%, 32%);