HSL(117, 70%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,70%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 70%, 77%) | color: hsl(117, 70%, 77%) | |
| HEX | #9FED9B | color: #9FED9B | |
| RGB | rgb(159, 237, 155) | color: rgb(159, 237, 155) | |
| CMYK | cmyk(33%, 0%, 35%, 7%) | — | |
| HSV | hsv(117, 35%, 93%) | — | |
| HWB | hwb(117 60% 7%) | color: hwb(117 60% 7%) | |
| OKLCH | oklch(0.8753 0.1349 143.21) | color: oklch(0.8753 0.1349 143.21) | |
| Lab | lab(87.15 -39.63 32.35) | color: lab(87.15 -39.63 32.35) | |
| LCH | lch(87.15 51.16 140.78) | color: lch(87.15 51.16 140.78) |
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)
#C1C1AF — rgb(193, 193, 175)
Deuteranopia (Green-blind)
#BCB6B4 — rgb(188, 182, 180)
Tritanopia (Blue-blind)
#A3BFC2 — rgb(163, 191, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 70%, 77%);
text
color: hsl(117, 70%, 77%);
border
border: 2px solid hsl(117, 70%, 77%);
gradient light
background: linear-gradient(to right, hsl(117, 70%, 97%), hsl(117, 70%, 77%));
gradient dark
background: linear-gradient(to right, hsl(117, 70%, 77%), hsl(117, 70%, 57%))
hex
background-color: #9FED9B;
tailwind
bg-[hsl(117,70%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 70%, 77%, 0.4);
css variable
--color-primary: hsl(117, 70%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 70%, 77%)?
HEX: #9FED9B | RGB: rgb(159, 237, 155) | CMYK: 33%, 0%, 35%, 7% | HSV: 117°, 35%, 93%. Copy any format from the conversion table above.
What colors go well with #9FED9B?
The complementary color is HSL(297, 70%, 77%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 70%, 77%) in CSS?
As HSL: color: hsl(117, 70%, 77%); — As HEX: color: #9FED9B; — As RGB: color: rgb(159, 237, 155); — Tailwind CSS: bg-[hsl(117,70%,77%)] — CSS variable: --color-primary: hsl(117, 70%, 77%);