Mint Green (Green)
#A1D17A
RGB: 161, 209, 122
Color OverviewHEX #A1D17A

#A1D17A Color Code Information

In the RGB color space, #A1D17A is composed of 63% red, 82% green, and 48% blue. In the HSL color space, it has a hue of 93°, saturation of 49%, and lightness of 65%.

HEX
#A1D17A
RGB
161, 209, 122
HSL
93°, 49%, 65%
HSV
93°, 42%, 82%
CMYK
23%, 0%, 42%, 18%
Name Match
Mint Green
Closest Standard

Shades of #A1D17A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #A1D17A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #A1D17A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #A1D17A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #A1D17A Background
Contrast Ratio against Pure White (#FFFFFF):1.76 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A1D17A Background
Contrast Ratio against Pure Black (#000000):11.92 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #A1D17A;
}

.element {
  color: #A1D17A;
  background-color: #A1D17A;
  border-color: #A1D17A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#A1D17A] text-[#A1D17A] border-[#A1D17A]">
  Content styled with #A1D17A
</div>