HSL(109, 40%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(109,40%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(109, 40%, 43%) | color: hsl(109, 40%, 43%) | |
| HEX | #529A42 | color: #529A42 | |
| RGB | rgb(82, 154, 66) | color: rgb(82, 154, 66) | |
| CMYK | cmyk(47%, 0%, 57%, 40%) | — | |
| HSV | hsv(109, 57%, 60%) | — | |
| HWB | hwb(109 26% 40%) | color: hwb(109 26% 40%) | |
| OKLCH | oklch(0.6189 0.143 140.08) | color: oklch(0.6189 0.143 140.08) | |
| Lab | lab(57.36 -40.04 38.75) | color: lab(57.36 -40.04 38.75) | |
| LCH | lch(57.36 55.72 135.94) | color: lch(57.36 55.72 135.94) |
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)
#717257 — rgb(113, 114, 87)
Deuteranopia (Green-blind)
#6D685C — rgb(109, 104, 92)
Tritanopia (Blue-blind)
#56686C — rgb(86, 104, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(109, 40%, 43%);
text
color: hsl(109, 40%, 43%);
border
border: 2px solid hsl(109, 40%, 43%);
gradient light
background: linear-gradient(to right, hsl(109, 40%, 63%), hsl(109, 40%, 43%));
gradient dark
background: linear-gradient(to right, hsl(109, 40%, 43%), hsl(109, 40%, 23%))
hex
background-color: #529A42;
tailwind
bg-[hsl(109,40%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(109, 40%, 43%, 0.4);
css variable
--color-primary: hsl(109, 40%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(109, 40%, 43%)?
HEX: #529A42 | RGB: rgb(82, 154, 66) | CMYK: 47%, 0%, 57%, 40% | HSV: 109°, 57%, 60%. Copy any format from the conversion table above.
What colors go well with #529A42?
The complementary color is HSL(289, 40%, 43%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(109, 40%, 43%) in CSS?
As HSL: color: hsl(109, 40%, 43%); — As HEX: color: #529A42; — As RGB: color: rgb(82, 154, 66); — Tailwind CSS: bg-[hsl(109,40%,43%)] — CSS variable: --color-primary: hsl(109, 40%, 43%);