HSL(139, 16%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(139,16%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 16%, 73%) | color: hsl(139, 16%, 73%) | |
| HEX | #AFC5B6 | color: #AFC5B6 | |
| RGB | rgb(175, 197, 182) | color: rgb(175, 197, 182) | |
| CMYK | cmyk(11%, 0%, 8%, 23%) | — | |
| HSV | hsv(139, 11%, 77%) | — | |
| HWB | hwb(139 69% 23%) | color: hwb(139 69% 23%) | |
| OKLCH | oklch(0.8025 0.0318 155.82) | color: oklch(0.8025 0.0318 155.82) | |
| Lab | lab(77.53 -10.35 5) | color: lab(77.53 -10.35 5) | |
| LCH | lch(77.53 11.49 154.22) | color: lch(77.53 11.49 154.22) |
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)
#B9B9BA — rgb(185, 185, 186)
Deuteranopia (Green-blind)
#B7B6BB — rgb(183, 182, 187)
Tritanopia (Blue-blind)
#B0BCBD — rgb(176, 188, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 16%, 73%);
text
color: hsl(139, 16%, 73%);
border
border: 2px solid hsl(139, 16%, 73%);
gradient light
background: linear-gradient(to right, hsl(139, 16%, 93%), hsl(139, 16%, 73%));
gradient dark
background: linear-gradient(to right, hsl(139, 16%, 73%), hsl(139, 16%, 53%))
hex
background-color: #AFC5B6;
tailwind
bg-[hsl(139,16%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 16%, 73%, 0.4);
css variable
--color-primary: hsl(139, 16%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 16%, 73%)?
HEX: #AFC5B6 | RGB: rgb(175, 197, 182) | CMYK: 11%, 0%, 8%, 23% | HSV: 139°, 11%, 77%. Copy any format from the conversion table above.
What colors go well with #AFC5B6?
The complementary color is HSL(319, 16%, 73%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 16%, 73%) in CSS?
As HSL: color: hsl(139, 16%, 73%); — As HEX: color: #AFC5B6; — As RGB: color: rgb(175, 197, 182); — Tailwind CSS: bg-[hsl(139,16%,73%)] — CSS variable: --color-primary: hsl(139, 16%, 73%);