Shades of Shamrock Green #058D5E
Tints of Shamrock Green #058D5E
RGB
CMYK
RGB Variations
Color information
#058D5E (or 0x058D5E) is known color: Shamrock Green. HEX triplet: 05, 8D and 5E. RGB value is (5,141,94). Sum of RGB (Red+Green+Blue) = 5+141+94=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #058D5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D5E is #FA72A1. Grayscale: #5F5F5F. Windows color (decimal): -16413346 or 6196485. OLE color: 6196485.
HSL color Cylindrical-coordinate representation of color #058D5E: hue angle of 159.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D5E is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 94 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.45 |
| HSL | 159.26º | 0.93% | 0.29% | - |
| HSV(B) | 159.26º | 0.96% | 0.55% | - |
| XYZ | 11.61 | 19.89 | 13.82 | - |
| YUV | 94.98 | 127.44 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 94 | 0.96 | 0 | 0.33 | 0.45 | 159.26 | 0.93 | 0.29 |
| Hex | 5 | 8D | 5E | 60 | 0 | 21 | 2D | 9F | 5D | 1D |
| Octal | 5 | 215 | 136 | 140 | 0 | 41 | 55 | 237 | 135 | 35 |
| Binary | 101 | 10001101 | 1011110 | 1100000 | 0 | 100001 | 101101 | 10011111 | 1011101 | 11101 |
Color Harmonies of #058D5E
Complementary color
Monochromatic Colors of #058D5E
Black with #058D5E
Text Example
Text Example
White with #058D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D5E; }
p { color: rgb(5,141,94); }
H1.HeaderClassName
{
color: #058D5E;
}
.AnyTagClassName
{
color: #058D5E;
}
</style>
background-color css
<style>
a { background-color: #058D5E; }
a { background-color: rgb(5,141,94); }
div.DivClassName
{
background-color: #058D5E;
}
.BgClassName
{
background-color: #058D5E;
}
</style>
border-color css
<style>
span { border-color: #058D5E; }
span { border-color: rgb(5,141,94); }
td.TdClassName
{
border-color: #058D5E;
}
.TagClassName
{
border-color: #058D5E;
}
</style>