HSL(141, 93%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,93%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 93%, 35%) | color: hsl(141, 93%, 35%) | |
| HEX | #06AC40 | color: #06AC40 | |
| RGB | rgb(6, 172, 64) | color: rgb(6, 172, 64) | |
| CMYK | cmyk(97%, 0%, 63%, 33%) | — | |
| HSV | hsv(141, 97%, 67%) | — | |
| HWB | hwb(141 2% 33%) | color: hwb(141 2% 33%) | |
| OKLCH | oklch(0.6491 0.1908 147.15) | color: oklch(0.6491 0.1908 147.15) | |
| Lab | lab(61.58 -59.75 44.15) | color: lab(61.58 -59.75 44.15) | |
| LCH | lch(61.58 74.29 143.54) | color: lch(61.58 74.29 143.54) |
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)
#4E4F5A — rgb(78, 79, 90)
Deuteranopia (Green-blind)
#443860 — rgb(68, 56, 96)
Tritanopia (Blue-blind)
#0E6F73 — rgb(14, 111, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 93%, 35%);
text
color: hsl(141, 93%, 35%);
border
border: 2px solid hsl(141, 93%, 35%);
gradient light
background: linear-gradient(to right, hsl(141, 93%, 55%), hsl(141, 93%, 35%));
gradient dark
background: linear-gradient(to right, hsl(141, 93%, 35%), hsl(141, 93%, 15%))
hex
background-color: #06AC40;
tailwind
bg-[hsl(141,93%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 93%, 35%, 0.4);
css variable
--color-primary: hsl(141, 93%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 93%, 35%)?
HEX: #06AC40 | RGB: rgb(6, 172, 64) | CMYK: 97%, 0%, 63%, 33% | HSV: 141°, 97%, 67%. Copy any format from the conversion table above.
What colors go well with #06AC40?
The complementary color is HSL(321, 93%, 35%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 93%, 35%) in CSS?
As HSL: color: hsl(141, 93%, 35%); — As HEX: color: #06AC40; — As RGB: color: rgb(6, 172, 64); — Tailwind CSS: bg-[hsl(141,93%,35%)] — CSS variable: --color-primary: hsl(141, 93%, 35%);