HSL(102, 97%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,97%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 97%, 67%) | color: hsl(102, 97%, 67%) | |
| HEX | #8AFC59 | color: #8AFC59 | |
| RGB | rgb(138, 252, 89) | color: rgb(138, 252, 89) | |
| CMYK | cmyk(45%, 0%, 65%, 1%) | — | |
| HSV | hsv(102, 65%, 99%) | — | |
| HWB | hwb(102 35% 1%) | color: hwb(102 35% 1%) | |
| OKLCH | oklch(0.8914 0.2245 137.7) | color: oklch(0.8914 0.2245 137.7) | |
| Lab | lab(89.74 -60.12 65.69) | color: lab(89.74 -60.12 65.69) | |
| LCH | lch(89.74 89.05 132.46) | color: lch(89.74 89.05 132.46) |
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)
#BBBC80 — rgb(187, 188, 128)
Deuteranopia (Green-blind)
#B5AC8A — rgb(181, 172, 138)
Tritanopia (Blue-blind)
#90A0A6 — rgb(144, 160, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 97%, 67%);
text
color: hsl(102, 97%, 67%);
border
border: 2px solid hsl(102, 97%, 67%);
gradient light
background: linear-gradient(to right, hsl(102, 97%, 87%), hsl(102, 97%, 67%));
gradient dark
background: linear-gradient(to right, hsl(102, 97%, 67%), hsl(102, 97%, 47%))
hex
background-color: #8AFC59;
tailwind
bg-[hsl(102,97%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 97%, 67%, 0.4);
css variable
--color-primary: hsl(102, 97%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 97%, 67%)?
HEX: #8AFC59 | RGB: rgb(138, 252, 89) | CMYK: 45%, 0%, 65%, 1% | HSV: 102°, 65%, 99%. Copy any format from the conversion table above.
What colors go well with #8AFC59?
The complementary color is HSL(282, 97%, 67%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 97%, 67%) in CSS?
As HSL: color: hsl(102, 97%, 67%); — As HEX: color: #8AFC59; — As RGB: color: rgb(138, 252, 89); — Tailwind CSS: bg-[hsl(102,97%,67%)] — CSS variable: --color-primary: hsl(102, 97%, 67%);