Shades of Shamrock Green #059C5C
Tints of Shamrock Green #059C5C
RGB
CMYK
RGB Variations
Color information
#059C5C (or 0x059C5C) is known color: Shamrock Green. HEX triplet: 05, 9C and 5C. RGB value is (5,156,92). Sum of RGB (Red+Green+Blue) = 5+156+92=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #059C5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C5C is #FA63A3. Grayscale: #676767. Windows color (decimal): -16409508 or 6069253. OLE color: 6069253.
HSL color Cylindrical-coordinate representation of color #059C5C: hue angle of 154.57º 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 #059C5C is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 92 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.39 |
| HSL | 154.57º | 0.94% | 0.32% | - |
| HSV(B) | 154.57º | 0.97% | 0.61% | - |
| XYZ | 13.88 | 24.58 | 14.14 | - |
| YUV | 103.56 | 121.47 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 92 | 0.97 | 0 | 0.41 | 0.39 | 154.57 | 0.94 | 0.32 |
| Hex | 5 | 9C | 5C | 61 | 0 | 29 | 27 | 9B | 5E | 20 |
| Octal | 5 | 234 | 134 | 141 | 0 | 51 | 47 | 233 | 136 | 40 |
| Binary | 101 | 10011100 | 1011100 | 1100001 | 0 | 101001 | 100111 | 10011011 | 1011110 | 100000 |
Color Harmonies of #059C5C
Complementary color
Monochromatic Colors of #059C5C
Black with #059C5C
Text Example
Text Example
White with #059C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C5C; }
p { color: rgb(5,156,92); }
H1.HeaderClassName
{
color: #059C5C;
}
.AnyTagClassName
{
color: #059C5C;
}
</style>
background-color css
<style>
a { background-color: #059C5C; }
a { background-color: rgb(5,156,92); }
div.DivClassName
{
background-color: #059C5C;
}
.BgClassName
{
background-color: #059C5C;
}
</style>
border-color css
<style>
span { border-color: #059C5C; }
span { border-color: rgb(5,156,92); }
td.TdClassName
{
border-color: #059C5C;
}
.TagClassName
{
border-color: #059C5C;
}
</style>