HSL(89, 90%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(89,90%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 90%, 67%) | color: hsl(89, 90%, 67%) | |
| HEX | #ADF75F | color: #ADF75F | |
| RGB | rgb(173, 247, 95) | color: rgb(173, 247, 95) | |
| CMYK | cmyk(30%, 0%, 62%, 3%) | — | |
| HSV | hsv(89, 62%, 97%) | — | |
| HWB | hwb(89 37% 3%) | color: hwb(89 37% 3%) | |
| OKLCH | oklch(0.8977 0.1969 131.36) | color: oklch(0.8977 0.1969 131.36) | |
| Lab | lab(89.97 -46.35 63.99) | color: lab(89.97 -46.35 63.99) | |
| LCH | lch(89.97 79.01 125.92) | color: lch(89.97 79.01 125.92) |
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)
#CDCE84 — rgb(205, 206, 132)
Deuteranopia (Green-blind)
#C9C38D — rgb(201, 195, 141)
Tritanopia (Blue-blind)
#B1A1A7 — rgb(177, 161, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 90%, 67%);
text
color: hsl(89, 90%, 67%);
border
border: 2px solid hsl(89, 90%, 67%);
gradient light
background: linear-gradient(to right, hsl(89, 90%, 87%), hsl(89, 90%, 67%));
gradient dark
background: linear-gradient(to right, hsl(89, 90%, 67%), hsl(89, 90%, 47%))
hex
background-color: #ADF75F;
tailwind
bg-[hsl(89,90%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 90%, 67%, 0.4);
css variable
--color-primary: hsl(89, 90%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(89, 90%, 67%)?
HEX: #ADF75F | RGB: rgb(173, 247, 95) | CMYK: 30%, 0%, 62%, 3% | HSV: 89°, 62%, 97%. Copy any format from the conversion table above.
What colors go well with #ADF75F?
The complementary color is HSL(269, 90%, 67%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 90%, 67%) in CSS?
As HSL: color: hsl(89, 90%, 67%); — As HEX: color: #ADF75F; — As RGB: color: rgb(173, 247, 95); — Tailwind CSS: bg-[hsl(89,90%,67%)] — CSS variable: --color-primary: hsl(89, 90%, 67%);