Green Tea Mochi
#90a96e
Looking for the precise values behind Green Tea Mochi (#90a96e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #90a96e | |
|---|---|---|
| RGB | rgb(144, 169, 110) | |
| HSL | hsl(85, 26%, 55%) | |
| CMYK | cmyk(15%, 0%, 35%, 34%) | |
| LAB | lab(66, -17, 28) | |
| OKLCH | oklch(0.7 0.086 127) |
Color harmonies
Tints & shades
Code snippets
color: #90a96e;
background-color: #90a96e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF90A96E)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.66, blue: 0.43, alpha: 1.0)