HSL(138, 100%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,100%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 100%, 75%) | color: hsl(138, 100%, 75%) | |
| HEX | #80FFA6 | color: #80FFA6 | |
| RGB | rgb(128, 255, 166) | color: rgb(128, 255, 166) | |
| CMYK | cmyk(50%, 0%, 35%, 0%) | — | |
| HSV | hsv(138, 50%, 100%) | — | |
| HWB | hwb(138 50% 0%) | color: hwb(138 50% 0%) | |
| OKLCH | oklch(0.9051 0.1677 151.47) | color: oklch(0.9051 0.1677 151.47) | |
| Lab | lab(91.17 -54.21 31.96) | color: lab(91.17 -54.21 31.96) | |
| LCH | lch(91.17 62.93 149.48) | color: lch(91.17 62.93 149.48) |
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)
#B7B8BC — rgb(183, 184, 188)
Deuteranopia (Green-blind)
#B0A6C1 — rgb(176, 166, 193)
Tritanopia (Blue-blind)
#86CDD0 — rgb(134, 205, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 100%, 75%);
text
color: hsl(138, 100%, 75%);
border
border: 2px solid hsl(138, 100%, 75%);
gradient light
background: linear-gradient(to right, hsl(138, 100%, 95%), hsl(138, 100%, 75%));
gradient dark
background: linear-gradient(to right, hsl(138, 100%, 75%), hsl(138, 100%, 55%))
hex
background-color: #80FFA6;
tailwind
bg-[hsl(138,100%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 100%, 75%, 0.4);
css variable
--color-primary: hsl(138, 100%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 100%, 75%)?
HEX: #80FFA6 | RGB: rgb(128, 255, 166) | CMYK: 50%, 0%, 35%, 0% | HSV: 138°, 50%, 100%. Copy any format from the conversion table above.
What colors go well with #80FFA6?
The complementary color is HSL(318, 100%, 75%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 100%, 75%) in CSS?
As HSL: color: hsl(138, 100%, 75%); — As HEX: color: #80FFA6; — As RGB: color: rgb(128, 255, 166); — Tailwind CSS: bg-[hsl(138,100%,75%)] — CSS variable: --color-primary: hsl(138, 100%, 75%);