Shades of Shamrock Green #058C57
Tints of Shamrock Green #058C57
RGB
CMYK
RGB Variations
Color information
#058C57 (or 0x058C57) is known color: Shamrock Green. HEX triplet: 05, 8C and 57. RGB value is (5,140,87). Sum of RGB (Red+Green+Blue) = 5+140+87=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 140 (55.08% from 255 or 60.34% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 140 - color contains mainly: green. Hex color #058C57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C57 is #FA73A8. Grayscale: #5D5D5D. Windows color (decimal): -16413609 or 5737477. OLE color: 5737477.
HSL color Cylindrical-coordinate representation of color #058C57: hue angle of 156.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C57 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 87 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.45 |
| HSL | 156.44º | 0.93% | 0.28% | - |
| HSV(B) | 156.44º | 0.96% | 0.55% | - |
| XYZ | 11.16 | 19.48 | 12.19 | - |
| YUV | 93.59 | 124.27 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 87 | 0.96 | 0 | 0.38 | 0.45 | 156.44 | 0.93 | 0.28 |
| Hex | 5 | 8C | 57 | 60 | 0 | 26 | 2D | 9C | 5D | 1C |
| Octal | 5 | 214 | 127 | 140 | 0 | 46 | 55 | 234 | 135 | 34 |
| Binary | 101 | 10001100 | 1010111 | 1100000 | 0 | 100110 | 101101 | 10011100 | 1011101 | 11100 |
Color Harmonies of #058C57
Complementary color
Monochromatic Colors of #058C57
Black with #058C57
Text Example
Text Example
White with #058C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C57; }
p { color: rgb(5,140,87); }
H1.HeaderClassName
{
color: #058C57;
}
.AnyTagClassName
{
color: #058C57;
}
</style>
background-color css
<style>
a { background-color: #058C57; }
a { background-color: rgb(5,140,87); }
div.DivClassName
{
background-color: #058C57;
}
.BgClassName
{
background-color: #058C57;
}
</style>
border-color css
<style>
span { border-color: #058C57; }
span { border-color: rgb(5,140,87); }
td.TdClassName
{
border-color: #058C57;
}
.TagClassName
{
border-color: #058C57;
}
</style>