Shades of Shamrock Green #059C5F
Tints of Shamrock Green #059C5F
RGB
CMYK
RGB Variations
Color information
#059C5F (or 0x059C5F) is known color: Shamrock Green. HEX triplet: 05, 9C and 5F. RGB value is (5,156,95). Sum of RGB (Red+Green+Blue) = 5+156+95=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 156 (61.33% from 255 or 60.94% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 156 - color contains mainly: green. Hex color #059C5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C5F is #FA63A0. Grayscale: #676767. Windows color (decimal): -16409505 or 6265861. OLE color: 6265861.
HSL color Cylindrical-coordinate representation of color #059C5F: hue angle of 155.76º 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 #059C5F is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 95 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.39 |
| HSL | 155.76º | 0.94% | 0.32% | - |
| HSV(B) | 155.76º | 0.97% | 0.61% | - |
| XYZ | 14.02 | 24.64 | 14.84 | - |
| YUV | 103.9 | 122.97 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 95 | 0.97 | 0 | 0.39 | 0.39 | 155.76 | 0.94 | 0.32 |
| Hex | 5 | 9C | 5F | 61 | 0 | 27 | 27 | 9C | 5E | 20 |
| Octal | 5 | 234 | 137 | 141 | 0 | 47 | 47 | 234 | 136 | 40 |
| Binary | 101 | 10011100 | 1011111 | 1100001 | 0 | 100111 | 100111 | 10011100 | 1011110 | 100000 |
Color Harmonies of #059C5F
Complementary color
Monochromatic Colors of #059C5F
Black with #059C5F
Text Example
Text Example
White with #059C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C5F; }
p { color: rgb(5,156,95); }
H1.HeaderClassName
{
color: #059C5F;
}
.AnyTagClassName
{
color: #059C5F;
}
</style>
background-color css
<style>
a { background-color: #059C5F; }
a { background-color: rgb(5,156,95); }
div.DivClassName
{
background-color: #059C5F;
}
.BgClassName
{
background-color: #059C5F;
}
</style>
border-color css
<style>
span { border-color: #059C5F; }
span { border-color: rgb(5,156,95); }
td.TdClassName
{
border-color: #059C5F;
}
.TagClassName
{
border-color: #059C5F;
}
</style>