Gameboy Screen
#8bac0f
Looking for the precise values behind Gameboy Screen (#8bac0f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8bac0f | |
|---|---|---|
| RGB | rgb(139, 172, 15) | |
| HSL | hsl(73, 84%, 37%) | |
| CMYK | cmyk(19%, 0%, 91%, 33%) | |
| LAB | lab(66, -26, 64) | |
| OKLCH | oklch(0.69 0.166 123) |
Color harmonies
Tints & shades
Code snippets
color: #8bac0f;
background-color: #8bac0f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF8BAC0F)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.67, blue: 0.06, alpha: 1.0)