HSL(99, 52%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,52%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 52%, 68%) | color: hsl(99, 52%, 68%) | |
| HEX | #A1D883 | color: #A1D883 | |
| RGB | rgb(161, 216, 131) | color: rgb(161, 216, 131) | |
| CMYK | cmyk(25%, 0%, 39%, 15%) | — | |
| HSV | hsv(99, 39%, 85%) | — | |
| HWB | hwb(99 52% 15%) | color: hwb(99 52% 15%) | |
| OKLCH | oklch(0.824 0.1269 135.17) | color: oklch(0.824 0.1269 135.17) | |
| Lab | lab(80.92 -32.88 36.32) | color: lab(80.92 -32.88 36.32) | |
| LCH | lch(80.92 48.99 132.15) | color: lch(80.92 48.99 132.15) |
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)
#B9B998 — rgb(185, 185, 152)
Deuteranopia (Green-blind)
#B6B29D — rgb(182, 178, 157)
Tritanopia (Blue-blind)
#A4A8AB — rgb(164, 168, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 52%, 68%);
text
color: hsl(99, 52%, 68%);
border
border: 2px solid hsl(99, 52%, 68%);
gradient light
background: linear-gradient(to right, hsl(99, 52%, 88%), hsl(99, 52%, 68%));
gradient dark
background: linear-gradient(to right, hsl(99, 52%, 68%), hsl(99, 52%, 48%))
hex
background-color: #A1D883;
tailwind
bg-[hsl(99,52%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 52%, 68%, 0.4);
css variable
--color-primary: hsl(99, 52%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 52%, 68%)?
HEX: #A1D883 | RGB: rgb(161, 216, 131) | CMYK: 25%, 0%, 39%, 15% | HSV: 99°, 39%, 85%. Copy any format from the conversion table above.
What colors go well with #A1D883?
The complementary color is HSL(279, 52%, 68%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 52%, 68%) in CSS?
As HSL: color: hsl(99, 52%, 68%); — As HEX: color: #A1D883; — As RGB: color: rgb(161, 216, 131); — Tailwind CSS: bg-[hsl(99,52%,68%)] — CSS variable: --color-primary: hsl(99, 52%, 68%);