HSL(138, 80%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,80%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 80%, 69%) | color: hsl(138, 80%, 69%) | |
| HEX | #71EF97 | color: #71EF97 | |
| RGB | rgb(113, 239, 151) | color: rgb(113, 239, 151) | |
| CMYK | cmyk(53%, 0%, 37%, 6%) | — | |
| HSV | hsv(138, 53%, 94%) | — | |
| HWB | hwb(138 44% 6%) | color: hwb(138 44% 6%) | |
| OKLCH | oklch(0.8585 0.167 151.25) | color: oklch(0.8585 0.167 151.25) | |
| Lab | lab(85.74 -53.94 32.16) | color: lab(85.74 -53.94 32.16) | |
| LCH | lch(85.74 62.8 149.2) | color: lch(85.74 62.8 149.2) |
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)
#A8A9AC — rgb(168, 169, 172)
Deuteranopia (Green-blind)
#A097B1 — rgb(160, 151, 177)
Tritanopia (Blue-blind)
#77BDC1 — rgb(119, 189, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 80%, 69%);
text
color: hsl(138, 80%, 69%);
border
border: 2px solid hsl(138, 80%, 69%);
gradient light
background: linear-gradient(to right, hsl(138, 80%, 89%), hsl(138, 80%, 69%));
gradient dark
background: linear-gradient(to right, hsl(138, 80%, 69%), hsl(138, 80%, 49%))
hex
background-color: #71EF97;
tailwind
bg-[hsl(138,80%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 80%, 69%, 0.4);
css variable
--color-primary: hsl(138, 80%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 80%, 69%)?
HEX: #71EF97 | RGB: rgb(113, 239, 151) | CMYK: 53%, 0%, 37%, 6% | HSV: 138°, 53%, 94%. Copy any format from the conversion table above.
What colors go well with #71EF97?
The complementary color is HSL(318, 80%, 69%). 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, 80%, 69%) in CSS?
As HSL: color: hsl(138, 80%, 69%); — As HEX: color: #71EF97; — As RGB: color: rgb(113, 239, 151); — Tailwind CSS: bg-[hsl(138,80%,69%)] — CSS variable: --color-primary: hsl(138, 80%, 69%);