HSL(94, 90%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,90%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 90%, 70%) | color: hsl(94, 90%, 70%) | |
| HEX | #A9F76E | color: #A9F76E | |
| RGB | rgb(169, 247, 110) | color: rgb(169, 247, 110) | |
| CMYK | cmyk(32%, 0%, 55%, 3%) | — | |
| HSV | hsv(94, 55%, 97%) | — | |
| HWB | hwb(94 44% 3%) | color: hwb(94 44% 3%) | |
| OKLCH | oklch(0.8971 0.1868 133.6) | color: oklch(0.8971 0.1868 133.6) | |
| Lab | lab(89.9 -46.37 57.44) | color: lab(89.9 -46.37 57.44) | |
| LCH | lch(89.9 73.82 128.91) | color: lch(89.9 73.82 128.91) |
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)
#CBCB8F — rgb(203, 203, 143)
Deuteranopia (Green-blind)
#C6C097 — rgb(198, 192, 151)
Tritanopia (Blue-blind)
#ADA9AF — rgb(173, 169, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 90%, 70%);
text
color: hsl(94, 90%, 70%);
border
border: 2px solid hsl(94, 90%, 70%);
gradient light
background: linear-gradient(to right, hsl(94, 90%, 90%), hsl(94, 90%, 70%));
gradient dark
background: linear-gradient(to right, hsl(94, 90%, 70%), hsl(94, 90%, 50%))
hex
background-color: #A9F76E;
tailwind
bg-[hsl(94,90%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 90%, 70%, 0.4);
css variable
--color-primary: hsl(94, 90%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 90%, 70%)?
HEX: #A9F76E | RGB: rgb(169, 247, 110) | CMYK: 32%, 0%, 55%, 3% | HSV: 94°, 55%, 97%. Copy any format from the conversion table above.
What colors go well with #A9F76E?
The complementary color is HSL(274, 90%, 70%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 90%, 70%) in CSS?
As HSL: color: hsl(94, 90%, 70%); — As HEX: color: #A9F76E; — As RGB: color: rgb(169, 247, 110); — Tailwind CSS: bg-[hsl(94,90%,70%)] — CSS variable: --color-primary: hsl(94, 90%, 70%);