HSL(90, 45%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(90,45%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 45%, 67%) | color: hsl(90, 45%, 67%) | |
| HEX | #ABD185 | color: #ABD185 | |
| RGB | rgb(171, 209, 133) | color: rgb(171, 209, 133) | |
| CMYK | cmyk(18%, 0%, 36%, 18%) | — | |
| HSV | hsv(90, 36%, 82%) | — | |
| HWB | hwb(90 52% 18%) | color: hwb(90 52% 18%) | |
| OKLCH | oklch(0.815 0.1091 130.12) | color: oklch(0.815 0.1091 130.12) | |
| Lab | lab(79.59 -25.72 33.69) | color: lab(79.59 -25.72 33.69) | |
| LCH | lch(79.59 42.39 127.36) | color: lch(79.59 42.39 127.36) |
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)
#BBBC97 — rgb(187, 188, 151)
Deuteranopia (Green-blind)
#B9B69C — rgb(185, 182, 156)
Tritanopia (Blue-blind)
#ADA6A9 — rgb(173, 166, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 45%, 67%);
text
color: hsl(90, 45%, 67%);
border
border: 2px solid hsl(90, 45%, 67%);
gradient light
background: linear-gradient(to right, hsl(90, 45%, 87%), hsl(90, 45%, 67%));
gradient dark
background: linear-gradient(to right, hsl(90, 45%, 67%), hsl(90, 45%, 47%))
hex
background-color: #ABD185;
tailwind
bg-[hsl(90,45%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 45%, 67%, 0.4);
css variable
--color-primary: hsl(90, 45%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(90, 45%, 67%)?
HEX: #ABD185 | RGB: rgb(171, 209, 133) | CMYK: 18%, 0%, 36%, 18% | HSV: 90°, 36%, 82%. Copy any format from the conversion table above.
What colors go well with #ABD185?
The complementary color is HSL(270, 45%, 67%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 45%, 67%) in CSS?
As HSL: color: hsl(90, 45%, 67%); — As HEX: color: #ABD185; — As RGB: color: rgb(171, 209, 133); — Tailwind CSS: bg-[hsl(90,45%,67%)] — CSS variable: --color-primary: hsl(90, 45%, 67%);