HSL(142, 36%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,36%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 36%, 45%) | color: hsl(142, 36%, 45%) | |
| HEX | #499C68 | color: #499C68 | |
| RGB | rgb(73, 156, 104) | color: rgb(73, 156, 104) | |
| CMYK | cmyk(53%, 0%, 33%, 39%) | — | |
| HSV | hsv(142, 53%, 61%) | — | |
| HWB | hwb(142 29% 39%) | color: hwb(142 29% 39%) | |
| OKLCH | oklch(0.6268 0.1135 153.97) | color: oklch(0.6268 0.1135 153.97) | |
| Lab | lab(58.22 -37.46 19.75) | color: lab(58.22 -37.46 19.75) | |
| LCH | lch(58.22 42.35 152.2) | color: lch(58.22 42.35 152.2) |
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)
#6D6E75 — rgb(109, 110, 117)
Deuteranopia (Green-blind)
#686278 — rgb(104, 98, 120)
Tritanopia (Blue-blind)
#4D7F81 — rgb(77, 127, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 36%, 45%);
text
color: hsl(142, 36%, 45%);
border
border: 2px solid hsl(142, 36%, 45%);
gradient light
background: linear-gradient(to right, hsl(142, 36%, 65%), hsl(142, 36%, 45%));
gradient dark
background: linear-gradient(to right, hsl(142, 36%, 45%), hsl(142, 36%, 25%))
hex
background-color: #499C68;
tailwind
bg-[hsl(142,36%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 36%, 45%, 0.4);
css variable
--color-primary: hsl(142, 36%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 36%, 45%)?
HEX: #499C68 | RGB: rgb(73, 156, 104) | CMYK: 53%, 0%, 33%, 39% | HSV: 142°, 53%, 61%. Copy any format from the conversion table above.
What colors go well with #499C68?
The complementary color is HSL(322, 36%, 45%). 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, 36%, 45%) in CSS?
As HSL: color: hsl(142, 36%, 45%); — As HEX: color: #499C68; — As RGB: color: rgb(73, 156, 104); — Tailwind CSS: bg-[hsl(142,36%,45%)] — CSS variable: --color-primary: hsl(142, 36%, 45%);