HSL(143, 83%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,83%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 83%, 30%) | color: hsl(143, 83%, 30%) | |
| HEX | #0D8C3E | color: #0D8C3E | |
| RGB | rgb(13, 140, 62) | color: rgb(13, 140, 62) | |
| CMYK | cmyk(91%, 0%, 56%, 45%) | — | |
| HSV | hsv(143, 91%, 55%) | — | |
| HWB | hwb(143 5% 45%) | color: hwb(143 5% 45%) | |
| OKLCH | oklch(0.5604 0.1532 149.28) | color: oklch(0.5604 0.1532 149.28) | |
| Lab | lab(50.91 -49.14 32.61) | color: lab(50.91 -49.14 32.61) | |
| LCH | lch(50.91 58.98 146.43) | color: lch(50.91 58.98 146.43) |
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)
#444551 — rgb(68, 69, 81)
Deuteranopia (Green-blind)
#3D3355 — rgb(61, 51, 85)
Tritanopia (Blue-blind)
#136063 — rgb(19, 96, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 83%, 30%);
text
color: hsl(143, 83%, 30%);
border
border: 2px solid hsl(143, 83%, 30%);
gradient light
background: linear-gradient(to right, hsl(143, 83%, 50%), hsl(143, 83%, 30%));
gradient dark
background: linear-gradient(to right, hsl(143, 83%, 30%), hsl(143, 83%, 10%))
hex
background-color: #0D8C3E;
tailwind
bg-[hsl(143,83%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 83%, 30%, 0.4);
css variable
--color-primary: hsl(143, 83%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 83%, 30%)?
HEX: #0D8C3E | RGB: rgb(13, 140, 62) | CMYK: 91%, 0%, 56%, 45% | HSV: 143°, 91%, 55%. Copy any format from the conversion table above.
What colors go well with #0D8C3E?
The complementary color is HSL(323, 83%, 30%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 83%, 30%) in CSS?
As HSL: color: hsl(143, 83%, 30%); — As HEX: color: #0D8C3E; — As RGB: color: rgb(13, 140, 62); — Tailwind CSS: bg-[hsl(143,83%,30%)] — CSS variable: --color-primary: hsl(143, 83%, 30%);