Honey and Thyme
#aaaa00
Here's everything about the color Honey and Thyme (#aaaa00) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aaaa00 | |
|---|---|---|
| RGB | rgb(170, 170, 0) | |
| HSL | hsl(60, 100%, 33%) | |
| CMYK | cmyk(0%, 0%, 100%, 33%) | |
| LAB | lab(68, -12, 69) | |
| OKLCH | oklch(0.71 0.156 110) |
Color harmonies
Tints & shades
Code snippets
color: #aaaa00;
background-color: #aaaa00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFAAAA00)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.67, blue: 0.00, alpha: 1.0)