Shades of Shamrock Green #059C5B
Tints of Shamrock Green #059C5B
RGB
CMYK
RGB Variations
Color information
#059C5B (or 0x059C5B) is known color: Shamrock Green. HEX triplet: 05, 9C and 5B. RGB value is (5,156,91). Sum of RGB (Red+Green+Blue) = 5+156+91=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 156 (61.33% from 255 or 61.90% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 156 - color contains mainly: green. Hex color #059C5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C5B is #FA63A4. Grayscale: #676767. Windows color (decimal): -16409509 or 6003717. OLE color: 6003717.
HSL color Cylindrical-coordinate representation of color #059C5B: hue angle of 154.17º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C5B is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 91 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.39 |
| HSL | 154.17º | 0.94% | 0.32% | - |
| HSV(B) | 154.17º | 0.97% | 0.61% | - |
| XYZ | 13.84 | 24.56 | 13.91 | - |
| YUV | 103.44 | 120.97 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 91 | 0.97 | 0 | 0.42 | 0.39 | 154.17 | 0.94 | 0.32 |
| Hex | 5 | 9C | 5B | 61 | 0 | 2A | 27 | 9A | 5E | 20 |
| Octal | 5 | 234 | 133 | 141 | 0 | 52 | 47 | 232 | 136 | 40 |
| Binary | 101 | 10011100 | 1011011 | 1100001 | 0 | 101010 | 100111 | 10011010 | 1011110 | 100000 |
Color Harmonies of #059C5B
Complementary color
Monochromatic Colors of #059C5B
Black with #059C5B
Text Example
Text Example
White with #059C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C5B; }
p { color: rgb(5,156,91); }
H1.HeaderClassName
{
color: #059C5B;
}
.AnyTagClassName
{
color: #059C5B;
}
</style>
background-color css
<style>
a { background-color: #059C5B; }
a { background-color: rgb(5,156,91); }
div.DivClassName
{
background-color: #059C5B;
}
.BgClassName
{
background-color: #059C5B;
}
</style>
border-color css
<style>
span { border-color: #059C5B; }
span { border-color: rgb(5,156,91); }
td.TdClassName
{
border-color: #059C5B;
}
.TagClassName
{
border-color: #059C5B;
}
</style>