Creamy Mint
#aaffaa
Here's everything about the color Creamy Mint (#aaffaa) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aaffaa | |
|---|---|---|
| RGB | rgb(170, 255, 170) | |
| HSL | hsl(120, 100%, 83%) | |
| CMYK | cmyk(33%, 0%, 33%, 0%) | |
| LAB | lab(93, -39, 32) | |
| OKLCH | oklch(0.92 0.141 144) |
Color harmonies
Tints & shades
Code snippets
color: #aaffaa;
background-color: #aaffaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFAAFFAA)
/* Swift / UIKit */
UIColor(red: 0.67, green: 1.00, blue: 0.67, alpha: 1.0)