HSL(76, 70%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,70%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 70%, 43%) | color: hsl(76, 70%, 43%) | |
| HEX | #91BA21 | color: #91BA21 | |
| RGB | rgb(145, 186, 33) | color: rgb(145, 186, 33) | |
| CMYK | cmyk(22%, 0%, 82%, 27%) | — | |
| HSV | hsv(76, 82%, 73%) | — | |
| HWB | hwb(76 13% 27%) | color: hwb(76 13% 27%) | |
| OKLCH | oklch(0.733 0.1736 124.54) | color: oklch(0.733 0.1736 124.54) | |
| Lab | lab(70.35 -33.62 65.65) | color: lab(70.35 -33.62 65.65) | |
| LCH | lch(70.35 73.76 117.12) | color: lch(70.35 73.76 117.12) |
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)
#A3A346 — rgb(163, 163, 70)
Deuteranopia (Green-blind)
#A09D4F — rgb(160, 157, 79)
Tritanopia (Blue-blind)
#93636A — rgb(147, 99, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 70%, 43%);
text
color: hsl(76, 70%, 43%);
border
border: 2px solid hsl(76, 70%, 43%);
gradient light
background: linear-gradient(to right, hsl(76, 70%, 63%), hsl(76, 70%, 43%));
gradient dark
background: linear-gradient(to right, hsl(76, 70%, 43%), hsl(76, 70%, 23%))
hex
background-color: #91BA21;
tailwind
bg-[hsl(76,70%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 70%, 43%, 0.4);
css variable
--color-primary: hsl(76, 70%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 70%, 43%)?
HEX: #91BA21 | RGB: rgb(145, 186, 33) | CMYK: 22%, 0%, 82%, 27% | HSV: 76°, 82%, 73%. Copy any format from the conversion table above.
What colors go well with #91BA21?
The complementary color is HSL(256, 70%, 43%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 70%, 43%) in CSS?
As HSL: color: hsl(76, 70%, 43%); — As HEX: color: #91BA21; — As RGB: color: rgb(145, 186, 33); — Tailwind CSS: bg-[hsl(76,70%,43%)] — CSS variable: --color-primary: hsl(76, 70%, 43%);