#009E60 Shamrock
#009E60 (Shamrock) RGB value is (0, 158, 96).
Red value is 0, green value is 158, and blue value is 96.
Cylindrical-coordinate representations (HSL) of color #009E60: hue: 156°, saturation: 100%, and lightness: 31%.
Process color (CMYK) of #009E60 is 100%, 0%, 39.2%, 38%. Web safe color equivalent of #009E60 is ##009966. Color #009E60 contains mainly Green.
Color Spaces
| Color spaces of #009E60 | Value |
|---|---|
| RGB | 0, 158, 96 |
| HSL | 156°, 100%, 31% |
| HSV / HSB | 156°, 100%, 62% |
| CMYK | 100%, 0%, 39.2%, 38% |
| XYZ | 14.34, 25.3, 15.19 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00000000 | 10011110 | 01100000 |
| Octal | 000 | 236 | 140 |
| Decimal | 0 | 158 | 96 |
| Hex | 00 | 9E | 60 |
Shades of #009E60
Tints of #009E60
.mybgColor { background-color: #009E60; }
.myforeColor { color: #009E60; }
.myborderColor { border: 3px solid #009E60; }
<p style="color:#009E60">Text here</p>
This sample text is styled with font color #009E60. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#009E60">Div content here</div>
<div style="border:3px solid #009E60">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0, 158, 96, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #009E60; }
.divShadow { -moz-box-shadow: 1px 1px 3px #009E60;
-webkit-box-shadow: 1px 1px 3px #009E60;
box-shadow: 1px 1px 3px #009E60; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #009E60 (Shamrock)
Color Overview & Profile: Color #009E60, also known as Shamrock, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 0% Red (0/255), 62% Green (158/255), and 38% Blue (96/255). The primary color family component is Green.
Print & Physical Production Specs: For physical print production and offset printing setups, #009E60 translates into the CMYK subtractive color model with values of 100% Cyan, 0% Magenta, 39.2% Yellow, and 38% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 156°, saturation of 100%, and lightness of 31%.
Web Accessibility & Design Recommendations: When implementing #009E60 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##009966.
