Noxious
#89a203
Noxious is a color with the hex code #89a203. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #89a203 | |
|---|---|---|
| RGB | rgb(137, 162, 3) | |
| HSL | hsl(69, 96%, 32%) | |
| CMYK | cmyk(15%, 0%, 98%, 36%) | |
| LAB | lab(63, -22, 64) | |
| OKLCH | oklch(0.67 0.158 120) |
Color harmonies
Tints & shades
Code snippets
color: #89a203;
background-color: #89a203;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF89A203)
/* Swift / UIKit */
UIColor(red: 0.54, green: 0.64, blue: 0.01, alpha: 1.0)