HSL(143, 67%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,67%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 67%, 45%) | color: hsl(143, 67%, 45%) | |
| HEX | #26C061 | color: #26C061 | |
| RGB | rgb(38, 192, 97) | color: rgb(38, 192, 97) | |
| CMYK | cmyk(80%, 0%, 49%, 25%) | — | |
| HSV | hsv(143, 80%, 75%) | — | |
| HWB | hwb(143 15% 25%) | color: hwb(143 15% 25%) | |
| OKLCH | oklch(0.7106 0.1824 150.47) | color: oklch(0.7106 0.1824 150.47) | |
| Lab | lab(68.73 -59.13 36.98) | color: lab(68.73 -59.13 36.98) | |
| LCH | lch(68.73 69.74 147.98) | color: lch(68.73 69.74 147.98) |
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)
#696A78 — rgb(105, 106, 120)
Deuteranopia (Green-blind)
#60547E — rgb(96, 84, 126)
Tritanopia (Blue-blind)
#2E8A8E — rgb(46, 138, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 67%, 45%);
text
color: hsl(143, 67%, 45%);
border
border: 2px solid hsl(143, 67%, 45%);
gradient light
background: linear-gradient(to right, hsl(143, 67%, 65%), hsl(143, 67%, 45%));
gradient dark
background: linear-gradient(to right, hsl(143, 67%, 45%), hsl(143, 67%, 25%))
hex
background-color: #26C061;
tailwind
bg-[hsl(143,67%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 67%, 45%, 0.4);
css variable
--color-primary: hsl(143, 67%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 67%, 45%)?
HEX: #26C061 | RGB: rgb(38, 192, 97) | CMYK: 80%, 0%, 49%, 25% | HSV: 143°, 80%, 75%. Copy any format from the conversion table above.
What colors go well with #26C061?
The complementary color is HSL(323, 67%, 45%). 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, 67%, 45%) in CSS?
As HSL: color: hsl(143, 67%, 45%); — As HEX: color: #26C061; — As RGB: color: rgb(38, 192, 97); — Tailwind CSS: bg-[hsl(143,67%,45%)] — CSS variable: --color-primary: hsl(143, 67%, 45%);