HSL(100, 45%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(100,45%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 45%, 67%) | color: hsl(100, 45%, 67%) | |
| HEX | #9ED185 | color: #9ED185 | |
| RGB | rgb(158, 209, 133) | color: rgb(158, 209, 133) | |
| CMYK | cmyk(24%, 0%, 36%, 18%) | — | |
| HSV | hsv(100, 36%, 82%) | — | |
| HWB | hwb(100 52% 18%) | color: hwb(100 52% 18%) | |
| OKLCH | oklch(0.8065 0.1157 135.81) | color: oklch(0.8065 0.1157 135.81) | |
| Lab | lab(78.79 -30.37 32.5) | color: lab(78.79 -30.37 32.5) | |
| LCH | lch(78.79 44.48 133.06) | color: lch(78.79 44.48 133.06) |
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)
#B4B597 — rgb(180, 181, 151)
Deuteranopia (Green-blind)
#B1AD9C — rgb(177, 173, 156)
Tritanopia (Blue-blind)
#A1A6A9 — rgb(161, 166, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 45%, 67%);
text
color: hsl(100, 45%, 67%);
border
border: 2px solid hsl(100, 45%, 67%);
gradient light
background: linear-gradient(to right, hsl(100, 45%, 87%), hsl(100, 45%, 67%));
gradient dark
background: linear-gradient(to right, hsl(100, 45%, 67%), hsl(100, 45%, 47%))
hex
background-color: #9ED185;
tailwind
bg-[hsl(100,45%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 45%, 67%, 0.4);
css variable
--color-primary: hsl(100, 45%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(100, 45%, 67%)?
HEX: #9ED185 | RGB: rgb(158, 209, 133) | CMYK: 24%, 0%, 36%, 18% | HSV: 100°, 36%, 82%. Copy any format from the conversion table above.
What colors go well with #9ED185?
The complementary color is HSL(280, 45%, 67%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 45%, 67%) in CSS?
As HSL: color: hsl(100, 45%, 67%); — As HEX: color: #9ED185; — As RGB: color: rgb(158, 209, 133); — Tailwind CSS: bg-[hsl(100,45%,67%)] — CSS variable: --color-primary: hsl(100, 45%, 67%);