HSL(147, 43%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,43%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 43%, 46%) | color: hsl(147, 43%, 46%) | |
| HEX | #43A870 | color: #43A870 | |
| RGB | rgb(67, 168, 112) | color: rgb(67, 168, 112) | |
| CMYK | cmyk(60%, 0%, 33%, 34%) | — | |
| HSV | hsv(147, 60%, 66%) | — | |
| HWB | hwb(147 26% 34%) | color: hwb(147 26% 34%) | |
| OKLCH | oklch(0.6574 0.1265 155.98) | color: oklch(0.6574 0.1265 155.98) | |
| Lab | lab(61.97 -42.49 20.41) | color: lab(61.97 -42.49 20.41) | |
| LCH | lch(61.97 47.14 154.34) | color: lch(61.97 47.14 154.34) |
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)
#6F707E — rgb(111, 112, 126)
Deuteranopia (Green-blind)
#696181 — rgb(105, 97, 129)
Tritanopia (Blue-blind)
#48888B — rgb(72, 136, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 43%, 46%);
text
color: hsl(147, 43%, 46%);
border
border: 2px solid hsl(147, 43%, 46%);
gradient light
background: linear-gradient(to right, hsl(147, 43%, 66%), hsl(147, 43%, 46%));
gradient dark
background: linear-gradient(to right, hsl(147, 43%, 46%), hsl(147, 43%, 26%))
hex
background-color: #43A870;
tailwind
bg-[hsl(147,43%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 43%, 46%, 0.4);
css variable
--color-primary: hsl(147, 43%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 43%, 46%)?
HEX: #43A870 | RGB: rgb(67, 168, 112) | CMYK: 60%, 0%, 33%, 34% | HSV: 147°, 60%, 66%. Copy any format from the conversion table above.
What colors go well with #43A870?
The complementary color is HSL(327, 43%, 46%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 43%, 46%) in CSS?
As HSL: color: hsl(147, 43%, 46%); — As HEX: color: #43A870; — As RGB: color: rgb(67, 168, 112); — Tailwind CSS: bg-[hsl(147,43%,46%)] — CSS variable: --color-primary: hsl(147, 43%, 46%);