HSL(138, 70%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,70%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 70%, 78%) | color: hsl(138, 70%, 78%) | |
| HEX | #A0EEB7 | color: #A0EEB7 | |
| RGB | rgb(160, 238, 183) | color: rgb(160, 238, 183) | |
| CMYK | cmyk(33%, 0%, 23%, 7%) | — | |
| HSV | hsv(138, 33%, 93%) | — | |
| HWB | hwb(138 62% 7%) | color: hwb(138 62% 7%) | |
| OKLCH | oklch(0.8839 0.1082 153.06) | color: oklch(0.8839 0.1082 153.06) | |
| Lab | lab(87.99 -35.09 19.17) | color: lab(87.99 -35.09 19.17) | |
| LCH | lch(87.99 39.98 151.35) | color: lch(87.99 39.98 151.35) |
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)
#C2C2C4 — rgb(194, 194, 196)
Deuteranopia (Green-blind)
#BDB7C8 — rgb(189, 183, 200)
Tritanopia (Blue-blind)
#A4CFD1 — rgb(164, 207, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 70%, 78%);
text
color: hsl(138, 70%, 78%);
border
border: 2px solid hsl(138, 70%, 78%);
gradient light
background: linear-gradient(to right, hsl(138, 70%, 98%), hsl(138, 70%, 78%));
gradient dark
background: linear-gradient(to right, hsl(138, 70%, 78%), hsl(138, 70%, 58%))
hex
background-color: #A0EEB7;
tailwind
bg-[hsl(138,70%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 70%, 78%, 0.4);
css variable
--color-primary: hsl(138, 70%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 70%, 78%)?
HEX: #A0EEB7 | RGB: rgb(160, 238, 183) | CMYK: 33%, 0%, 23%, 7% | HSV: 138°, 33%, 93%. Copy any format from the conversion table above.
What colors go well with #A0EEB7?
The complementary color is HSL(318, 70%, 78%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 70%, 78%) in CSS?
As HSL: color: hsl(138, 70%, 78%); — As HEX: color: #A0EEB7; — As RGB: color: rgb(160, 238, 183); — Tailwind CSS: bg-[hsl(138,70%,78%)] — CSS variable: --color-primary: hsl(138, 70%, 78%);