HSL(136, 84%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,84%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 84%, 73%) | color: hsl(136, 84%, 73%) | |
| HEX | #80F49F | color: #80F49F | |
| RGB | rgb(128, 244, 159) | color: rgb(128, 244, 159) | |
| CMYK | cmyk(48%, 0%, 35%, 4%) | — | |
| HSV | hsv(136, 48%, 96%) | — | |
| HWB | hwb(136 50% 4%) | color: hwb(136 50% 4%) | |
| OKLCH | oklch(0.8777 0.1588 150.66) | color: oklch(0.8777 0.1588 150.66) | |
| Lab | lab(87.87 -50.9 31.05) | color: lab(87.87 -50.9 31.05) | |
| LCH | lch(87.87 59.62 148.62) | color: lch(87.87 59.62 148.62) |
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)
#B2B3B4 — rgb(178, 179, 180)
Deuteranopia (Green-blind)
#ACA3B9 — rgb(172, 163, 185)
Tritanopia (Blue-blind)
#86C4C7 — rgb(134, 196, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 84%, 73%);
text
color: hsl(136, 84%, 73%);
border
border: 2px solid hsl(136, 84%, 73%);
gradient light
background: linear-gradient(to right, hsl(136, 84%, 93%), hsl(136, 84%, 73%));
gradient dark
background: linear-gradient(to right, hsl(136, 84%, 73%), hsl(136, 84%, 53%))
hex
background-color: #80F49F;
tailwind
bg-[hsl(136,84%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 84%, 73%, 0.4);
css variable
--color-primary: hsl(136, 84%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 84%, 73%)?
HEX: #80F49F | RGB: rgb(128, 244, 159) | CMYK: 48%, 0%, 35%, 4% | HSV: 136°, 48%, 96%. Copy any format from the conversion table above.
What colors go well with #80F49F?
The complementary color is HSL(316, 84%, 73%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 84%, 73%) in CSS?
As HSL: color: hsl(136, 84%, 73%); — As HEX: color: #80F49F; — As RGB: color: rgb(128, 244, 159); — Tailwind CSS: bg-[hsl(136,84%,73%)] — CSS variable: --color-primary: hsl(136, 84%, 73%);