HSL(133, 100%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,100%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 100%, 80%) | color: hsl(133, 100%, 80%) | |
| HEX | #99FFAF | color: #99FFAF | |
| RGB | rgb(153, 255, 175) | color: rgb(153, 255, 175) | |
| CMYK | cmyk(40%, 0%, 31%, 0%) | — | |
| HSV | hsv(133, 40%, 100%) | — | |
| HWB | hwb(133 60% 0%) | color: hwb(133 60% 0%) | |
| OKLCH | oklch(0.9175 0.1456 149.71) | color: oklch(0.9175 0.1456 149.71) | |
| Lab | lab(92.3 -46.08 29.13) | color: lab(92.3 -46.08 29.13) | |
| LCH | lch(92.3 54.52 147.7) | color: lch(92.3 54.52 147.7) |
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)
#C5C6C2 — rgb(197, 198, 194)
Deuteranopia (Green-blind)
#BFB8C7 — rgb(191, 184, 199)
Tritanopia (Blue-blind)
#9ED2D5 — rgb(158, 210, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 100%, 80%);
text
color: hsl(133, 100%, 80%);
border
border: 2px solid hsl(133, 100%, 80%);
gradient light
background: linear-gradient(to right, hsl(133, 100%, 100%), hsl(133, 100%, 80%));
gradient dark
background: linear-gradient(to right, hsl(133, 100%, 80%), hsl(133, 100%, 60%))
hex
background-color: #99FFAF;
tailwind
bg-[hsl(133,100%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 100%, 80%, 0.4);
css variable
--color-primary: hsl(133, 100%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 100%, 80%)?
HEX: #99FFAF | RGB: rgb(153, 255, 175) | CMYK: 40%, 0%, 31%, 0% | HSV: 133°, 40%, 100%. Copy any format from the conversion table above.
What colors go well with #99FFAF?
The complementary color is HSL(313, 100%, 80%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 100%, 80%) in CSS?
As HSL: color: hsl(133, 100%, 80%); — As HEX: color: #99FFAF; — As RGB: color: rgb(153, 255, 175); — Tailwind CSS: bg-[hsl(133,100%,80%)] — CSS variable: --color-primary: hsl(133, 100%, 80%);