Green Mana
#26b467
Green Mana, represented by the hex value #26b467, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #26b467 | |
|---|---|---|
| RGB | rgb(38, 180, 103) | |
| HSL | hsl(147, 65%, 43%) | |
| CMYK | cmyk(79%, 0%, 43%, 29%) | |
| LAB | lab(65, -51, 28) | |
| OKLCH | oklch(0.68 0.162 154) |
Color harmonies
Tints & shades
Code snippets
color: #26b467;
background-color: #26b467;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF26B467)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.71, blue: 0.40, alpha: 1.0)