HSL(109, 46%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(109,46%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(109, 46%, 72%) | color: hsl(109, 46%, 72%) | |
| HEX | #A3D897 | color: #A3D897 | |
| RGB | rgb(163, 216, 151) | color: rgb(163, 216, 151) | |
| CMYK | cmyk(25%, 0%, 30%, 15%) | — | |
| HSV | hsv(109, 30%, 85%) | — | |
| HWB | hwb(109 60% 15%) | color: hwb(109 60% 15%) | |
| OKLCH | oklch(0.829 0.1043 139.87) | color: oklch(0.829 0.1043 139.87) | |
| Lab | lab(81.36 -29.27 26.69) | color: lab(81.36 -29.27 26.69) | |
| LCH | lch(81.36 39.61 137.64) | color: lch(81.36 39.61 137.64) |
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)
#BABAA7 — rgb(186, 186, 167)
Deuteranopia (Green-blind)
#B7B3AB — rgb(183, 179, 171)
Tritanopia (Blue-blind)
#A6B3B6 — rgb(166, 179, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(109, 46%, 72%);
text
color: hsl(109, 46%, 72%);
border
border: 2px solid hsl(109, 46%, 72%);
gradient light
background: linear-gradient(to right, hsl(109, 46%, 92%), hsl(109, 46%, 72%));
gradient dark
background: linear-gradient(to right, hsl(109, 46%, 72%), hsl(109, 46%, 52%))
hex
background-color: #A3D897;
tailwind
bg-[hsl(109,46%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(109, 46%, 72%, 0.4);
css variable
--color-primary: hsl(109, 46%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(109, 46%, 72%)?
HEX: #A3D897 | RGB: rgb(163, 216, 151) | CMYK: 25%, 0%, 30%, 15% | HSV: 109°, 30%, 85%. Copy any format from the conversion table above.
What colors go well with #A3D897?
The complementary color is HSL(289, 46%, 72%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(109, 46%, 72%) in CSS?
As HSL: color: hsl(109, 46%, 72%); — As HEX: color: #A3D897; — As RGB: color: rgb(163, 216, 151); — Tailwind CSS: bg-[hsl(109,46%,72%)] — CSS variable: --color-primary: hsl(109, 46%, 72%);