Hole in One
#4aae97
Hole in One, represented by the hex value #4aae97, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #4aae97 | |
|---|---|---|
| RGB | rgb(74, 174, 151) | |
| HSL | hsl(166, 40%, 49%) | |
| CMYK | cmyk(57%, 0%, 13%, 32%) | |
| LAB | lab(65, -35, 3) | |
| OKLCH | oklch(0.69 0.1 176) |
Color harmonies
Tints & shades
Code snippets
color: #4aae97;
background-color: #4aae97;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF4AAE97)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.68, blue: 0.59, alpha: 1.0)