HSL(143, 31%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,31%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 31%, 45%) | color: hsl(143, 31%, 45%) | |
| HEX | #4F966A | color: #4F966A | |
| RGB | rgb(79, 150, 106) | color: rgb(79, 150, 106) | |
| CMYK | cmyk(47%, 0%, 29%, 41%) | — | |
| HSV | hsv(143, 47%, 59%) | — | |
| HWB | hwb(143 31% 41%) | color: hwb(143 31% 41%) | |
| OKLCH | oklch(0.6144 0.0988 154.96) | color: oklch(0.6144 0.0988 154.96) | |
| Lab | lab(56.6 -32.71 16.47) | color: lab(56.6 -32.71 16.47) | |
| LCH | lch(56.6 36.62 153.27) | color: lch(56.6 36.62 153.27) |
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)
#6E6E75 — rgb(110, 110, 117)
Deuteranopia (Green-blind)
#6A6477 — rgb(106, 100, 119)
Tritanopia (Blue-blind)
#537D7F — rgb(83, 125, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 31%, 45%);
text
color: hsl(143, 31%, 45%);
border
border: 2px solid hsl(143, 31%, 45%);
gradient light
background: linear-gradient(to right, hsl(143, 31%, 65%), hsl(143, 31%, 45%));
gradient dark
background: linear-gradient(to right, hsl(143, 31%, 45%), hsl(143, 31%, 25%))
hex
background-color: #4F966A;
tailwind
bg-[hsl(143,31%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 31%, 45%, 0.4);
css variable
--color-primary: hsl(143, 31%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 31%, 45%)?
HEX: #4F966A | RGB: rgb(79, 150, 106) | CMYK: 47%, 0%, 29%, 41% | HSV: 143°, 47%, 59%. Copy any format from the conversion table above.
What colors go well with #4F966A?
The complementary color is HSL(323, 31%, 45%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 31%, 45%) in CSS?
As HSL: color: hsl(143, 31%, 45%); — As HEX: color: #4F966A; — As RGB: color: rgb(79, 150, 106); — Tailwind CSS: bg-[hsl(143,31%,45%)] — CSS variable: --color-primary: hsl(143, 31%, 45%);