Leafy Canopy
#aacc11
Here's everything about the color Leafy Canopy (#aacc11) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aacc11 | |
|---|---|---|
| RGB | rgb(170, 204, 17) | |
| HSL | hsl(71, 85%, 43%) | |
| CMYK | cmyk(17%, 0%, 92%, 20%) | |
| LAB | lab(77, -27, 74) | |
| OKLCH | oklch(0.79 0.187 121) |
Color harmonies
Tints & shades
Code snippets
color: #aacc11;
background-color: #aacc11;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFAACC11)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.80, blue: 0.07, alpha: 1.0)