Neo Mint
#aaffcc
Here's everything about the color Neo Mint (#aaffcc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aaffcc | |
|---|---|---|
| RGB | rgb(170, 255, 204) | |
| HSL | hsl(144, 100%, 83%) | |
| CMYK | cmyk(33%, 0%, 20%, 0%) | |
| LAB | lab(94, -35, 16) | |
| OKLCH | oklch(0.93 0.108 157) |
Color harmonies
Tints & shades
Code snippets
color: #aaffcc;
background-color: #aaffcc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFAAFFCC)
/* Swift / UIKit */
UIColor(red: 0.67, green: 1.00, blue: 0.80, alpha: 1.0)