HSL(107, 54%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,54%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 54%, 74%) | color: hsl(107, 54%, 74%) | |
| HEX | #A8E199 | color: #A8E199 | |
| RGB | rgb(168, 225, 153) | color: rgb(168, 225, 153) | |
| CMYK | cmyk(25%, 0%, 32%, 12%) | — | |
| HSV | hsv(108, 32%, 88%) | — | |
| HWB | hwb(108 60% 12%) | color: hwb(108 60% 12%) | |
| OKLCH | oklch(0.8528 0.1134 139.23) | color: oklch(0.8528 0.1134 139.23) | |
| Lab | lab(84.21 -31.52 29.54) | color: lab(84.21 -31.52 29.54) | |
| LCH | lch(84.21 43.2 136.86) | color: lch(84.21 43.2 136.86) |
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)
#C1C1AA — rgb(193, 193, 170)
Deuteranopia (Green-blind)
#BDB9AF — rgb(189, 185, 175)
Tritanopia (Blue-blind)
#ABB8BB — rgb(171, 184, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 54%, 74%);
text
color: hsl(107, 54%, 74%);
border
border: 2px solid hsl(107, 54%, 74%);
gradient light
background: linear-gradient(to right, hsl(107, 54%, 94%), hsl(107, 54%, 74%));
gradient dark
background: linear-gradient(to right, hsl(107, 54%, 74%), hsl(107, 54%, 54%))
hex
background-color: #A8E199;
tailwind
bg-[hsl(107,54%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 54%, 74%, 0.4);
css variable
--color-primary: hsl(107, 54%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 54%, 74%)?
HEX: #A8E199 | RGB: rgb(168, 225, 153) | CMYK: 25%, 0%, 32%, 12% | HSV: 108°, 32%, 88%. Copy any format from the conversion table above.
What colors go well with #A8E199?
The complementary color is HSL(287, 54%, 74%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 54%, 74%) in CSS?
As HSL: color: hsl(107, 54%, 74%); — As HEX: color: #A8E199; — As RGB: color: rgb(168, 225, 153); — Tailwind CSS: bg-[hsl(107,54%,74%)] — CSS variable: --color-primary: hsl(107, 54%, 74%);