Golf Course
#5a9e4b
Looking for the precise values behind Golf Course (#5a9e4b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5a9e4b | |
|---|---|---|
| RGB | rgb(90, 158, 75) | |
| HSL | hsl(109, 36%, 46%) | |
| CMYK | cmyk(43%, 0%, 53%, 38%) | |
| LAB | lab(59, -35, 36) | |
| OKLCH | oklch(0.63 0.136 140) |
Color harmonies
Tints & shades
Code snippets
color: #5a9e4b;
background-color: #5a9e4b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF5A9E4B)
/* Swift / UIKit */
UIColor(red: 0.35, green: 0.62, blue: 0.29, alpha: 1.0)