HSL(135, 100%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(135,100%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(135, 100%, 75%) | color: hsl(135, 100%, 75%) | |
| HEX | #80FF9F | color: #80FF9F | |
| RGB | rgb(128, 255, 159) | color: rgb(128, 255, 159) | |
| CMYK | cmyk(50%, 0%, 38%, 0%) | — | |
| HSV | hsv(135, 50%, 100%) | — | |
| HWB | hwb(135 50% 0%) | color: hwb(135 50% 0%) | |
| OKLCH | oklch(0.9038 0.1741 149.68) | color: oklch(0.9038 0.1741 149.68) | |
| Lab | lab(91.06 -55.37 35.29) | color: lab(91.06 -55.37 35.29) | |
| LCH | lch(91.06 65.66 147.49) | color: lch(91.06 65.66 147.49) |
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)
#B7B8B6 — rgb(183, 184, 182)
Deuteranopia (Green-blind)
#B0A6BC — rgb(176, 166, 188)
Tritanopia (Blue-blind)
#86C9CD — rgb(134, 201, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(135, 100%, 75%);
text
color: hsl(135, 100%, 75%);
border
border: 2px solid hsl(135, 100%, 75%);
gradient light
background: linear-gradient(to right, hsl(135, 100%, 95%), hsl(135, 100%, 75%));
gradient dark
background: linear-gradient(to right, hsl(135, 100%, 75%), hsl(135, 100%, 55%))
hex
background-color: #80FF9F;
tailwind
bg-[hsl(135,100%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(135, 100%, 75%, 0.4);
css variable
--color-primary: hsl(135, 100%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(135, 100%, 75%)?
HEX: #80FF9F | RGB: rgb(128, 255, 159) | CMYK: 50%, 0%, 38%, 0% | HSV: 135°, 50%, 100%. Copy any format from the conversion table above.
What colors go well with #80FF9F?
The complementary color is HSL(315, 100%, 75%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(135, 100%, 75%) in CSS?
As HSL: color: hsl(135, 100%, 75%); — As HEX: color: #80FF9F; — As RGB: color: rgb(128, 255, 159); — Tailwind CSS: bg-[hsl(135,100%,75%)] — CSS variable: --color-primary: hsl(135, 100%, 75%);