Sapling
#a3c05a
Sapling, represented by the hex value #a3c05a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a3c05a | |
|---|---|---|
| RGB | rgb(163, 192, 90) | |
| HSL | hsl(77, 45%, 55%) | |
| CMYK | cmyk(15%, 0%, 53%, 25%) | |
| LAB | lab(74, -22, 47) | |
| OKLCH | oklch(0.76 0.133 123) |
Color harmonies
Tints & shades
Code snippets
color: #a3c05a;
background-color: #a3c05a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFA3C05A)
/* Swift / UIKit */
UIColor(red: 0.64, green: 0.75, blue: 0.35, alpha: 1.0)