HSL(141, 87%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,87%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 87%, 36%) | color: hsl(141, 87%, 36%) | |
| HEX | #0CAC44 | color: #0CAC44 | |
| RGB | rgb(12, 172, 68) | color: rgb(12, 172, 68) | |
| CMYK | cmyk(93%, 0%, 60%, 33%) | — | |
| HSV | hsv(141, 93%, 67%) | — | |
| HWB | hwb(141 5% 33%) | color: hwb(141 5% 33%) | |
| OKLCH | oklch(0.6499 0.1871 147.65) | color: oklch(0.6499 0.1871 147.65) | |
| Lab | lab(61.65 -58.94 42.41) | color: lab(61.65 -58.94 42.41) | |
| LCH | lch(61.65 72.61 144.26) | color: lch(61.65 72.61 144.26) |
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)
#51535D — rgb(81, 83, 93)
Deuteranopia (Green-blind)
#483C63 — rgb(72, 60, 99)
Tritanopia (Blue-blind)
#147175 — rgb(20, 113, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 87%, 36%);
text
color: hsl(141, 87%, 36%);
border
border: 2px solid hsl(141, 87%, 36%);
gradient light
background: linear-gradient(to right, hsl(141, 87%, 56%), hsl(141, 87%, 36%));
gradient dark
background: linear-gradient(to right, hsl(141, 87%, 36%), hsl(141, 87%, 16%))
hex
background-color: #0CAC44;
tailwind
bg-[hsl(141,87%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 87%, 36%, 0.4);
css variable
--color-primary: hsl(141, 87%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 87%, 36%)?
HEX: #0CAC44 | RGB: rgb(12, 172, 68) | CMYK: 93%, 0%, 60%, 33% | HSV: 141°, 93%, 67%. Copy any format from the conversion table above.
What colors go well with #0CAC44?
The complementary color is HSL(321, 87%, 36%). 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, 87%, 36%) in CSS?
As HSL: color: hsl(141, 87%, 36%); — As HEX: color: #0CAC44; — As RGB: color: rgb(12, 172, 68); — Tailwind CSS: bg-[hsl(141,87%,36%)] — CSS variable: --color-primary: hsl(141, 87%, 36%);