HSL(141, 87%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,87%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 87%, 30%) | color: hsl(141, 87%, 30%) | |
| HEX | #0A8F39 | color: #0A8F39 | |
| RGB | rgb(10, 143, 57) | color: rgb(10, 143, 57) | |
| CMYK | cmyk(93%, 0%, 60%, 44%) | — | |
| HSV | hsv(141, 93%, 56%) | — | |
| HWB | hwb(141 4% 44%) | color: hwb(141 4% 44%) | |
| OKLCH | oklch(0.5679 0.1617 147.95) | color: oklch(0.5679 0.1617 147.95) | |
| Lab | lab(51.84 -51.1 36.21) | color: lab(51.84 -51.1 36.21) | |
| LCH | lch(51.84 62.63 144.68) | color: lch(51.84 62.63 144.68) |
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)
#44454E — rgb(68, 69, 78)
Deuteranopia (Green-blind)
#3C3253 — rgb(60, 50, 83)
Tritanopia (Blue-blind)
#115E62 — rgb(17, 94, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 87%, 30%);
text
color: hsl(141, 87%, 30%);
border
border: 2px solid hsl(141, 87%, 30%);
gradient light
background: linear-gradient(to right, hsl(141, 87%, 50%), hsl(141, 87%, 30%));
gradient dark
background: linear-gradient(to right, hsl(141, 87%, 30%), hsl(141, 87%, 10%))
hex
background-color: #0A8F39;
tailwind
bg-[hsl(141,87%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 87%, 30%, 0.4);
css variable
--color-primary: hsl(141, 87%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 87%, 30%)?
HEX: #0A8F39 | RGB: rgb(10, 143, 57) | CMYK: 93%, 0%, 60%, 44% | HSV: 141°, 93%, 56%. Copy any format from the conversion table above.
What colors go well with #0A8F39?
The complementary color is HSL(321, 87%, 30%). 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%, 30%) in CSS?
As HSL: color: hsl(141, 87%, 30%); — As HEX: color: #0A8F39; — As RGB: color: rgb(10, 143, 57); — Tailwind CSS: bg-[hsl(141,87%,30%)] — CSS variable: --color-primary: hsl(141, 87%, 30%);