Shamrock Hex Code — #009E60
RGB, HSL, and CMYK values for Shamrock.
Last updated: April 6, 2026
Shamrock Color Values
| Format | Value |
|---|---|
| HEX | #009E60 |
| RGB | rgb(0, 158, 96) |
| HSL | hsl(156, 100%, 31%) |
| CMYK | cmyk(100%, 0%, 39%, 38%) |
About Shamrock
Color psychology: Luck, Irish heritage.
Shamrock (#009E60) is a dark shade of green with a hue angle of 156° on the color wheel, 100% saturation, and 31% lightness. It's commonly used in web design, graphic design, and branding where luck, irish heritage are desired associations.
In color theory, Shamrock sits in the neutral section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Shamrock in Design
Web Design
Use Shamrock for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Shamrock conveys luck, irish heritage — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:100% M:0% Y:39% K:38%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Dark colors like Shamrock are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Shamrock in CSS
/* Using HEX */ color: #009E60; background-color: #009E60; /* Using RGB */ color: rgb(0, 158, 96); /* Using HSL — best for creating variations */ color: hsl(156, 100%, 31%); /* Transparent overlay (50% opacity) */ background-color: rgba(0, 158, 96, 0.5); /* Lighter variant for hover states */ background-color: hsl(156, 100%, 41%); /* Darker variant for active states */ background-color: hsl(156, 100%, 21%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Shamrock without changing its core hue or saturation.
Colors That Go With Shamrock
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Shamrock?
What is Shamrock in RGB and when should I use RGB?
How to use Shamrock in CSS with different color formats?
What is the HSL value of Shamrock and why is HSL useful for designers?
What is the CMYK value of Shamrock for print design?
What colors pair well with Shamrock in design projects?
Is Shamrock (#009E60) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.