HSL(126, 43%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,43%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 43%, 45%) | color: hsl(126, 43%, 45%) | |
| HEX | #41A44B | color: #41A44B | |
| RGB | rgb(65, 164, 75) | color: rgb(65, 164, 75) | |
| CMYK | cmyk(60%, 0%, 54%, 36%) | — | |
| HSV | hsv(126, 60%, 64%) | — | |
| HWB | hwb(126 26% 36%) | color: hwb(126 26% 36%) | |
| OKLCH | oklch(0.6396 0.157 145.24) | color: oklch(0.6396 0.157 145.24) | |
| Lab | lab(60.05 -47.63 37.38) | color: lab(60.05 -47.63 37.38) | |
| LCH | lch(60.05 60.55 141.88) | color: lch(60.05 60.55 141.88) |
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)
#6C6D61 — rgb(108, 109, 97)
Deuteranopia (Green-blind)
#665F66 — rgb(102, 95, 102)
Tritanopia (Blue-blind)
#467275 — rgb(70, 114, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 43%, 45%);
text
color: hsl(126, 43%, 45%);
border
border: 2px solid hsl(126, 43%, 45%);
gradient light
background: linear-gradient(to right, hsl(126, 43%, 65%), hsl(126, 43%, 45%));
gradient dark
background: linear-gradient(to right, hsl(126, 43%, 45%), hsl(126, 43%, 25%))
hex
background-color: #41A44B;
tailwind
bg-[hsl(126,43%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 43%, 45%, 0.4);
css variable
--color-primary: hsl(126, 43%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 43%, 45%)?
HEX: #41A44B | RGB: rgb(65, 164, 75) | CMYK: 60%, 0%, 54%, 36% | HSV: 126°, 60%, 64%. Copy any format from the conversion table above.
What colors go well with #41A44B?
The complementary color is HSL(306, 43%, 45%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 43%, 45%) in CSS?
As HSL: color: hsl(126, 43%, 45%); — As HEX: color: #41A44B; — As RGB: color: rgb(65, 164, 75); — Tailwind CSS: bg-[hsl(126,43%,45%)] — CSS variable: --color-primary: hsl(126, 43%, 45%);