Shades of Shamrock Green #058C51
Tints of Shamrock Green #058C51
RGB
CMYK
RGB Variations
Color information
#058C51 (or 0x058C51) is known color: Shamrock Green. HEX triplet: 05, 8C and 51. RGB value is (5,140,81). Sum of RGB (Red+Green+Blue) = 5+140+81=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #058C51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C51 is #FA73AE. Grayscale: #5D5D5D. Windows color (decimal): -16413615 or 5344261. OLE color: 5344261.
HSL color Cylindrical-coordinate representation of color #058C51: hue angle of 153.78º 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 #058C51 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 81 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.45 |
| HSL | 153.78º | 0.93% | 0.28% | - |
| HSV(B) | 153.78º | 0.96% | 0.55% | - |
| XYZ | 10.93 | 19.38 | 10.95 | - |
| YUV | 92.91 | 121.27 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 81 | 0.96 | 0 | 0.42 | 0.45 | 153.78 | 0.93 | 0.28 |
| Hex | 5 | 8C | 51 | 60 | 0 | 2A | 2D | 9A | 5D | 1C |
| Octal | 5 | 214 | 121 | 140 | 0 | 52 | 55 | 232 | 135 | 34 |
| Binary | 101 | 10001100 | 1010001 | 1100000 | 0 | 101010 | 101101 | 10011010 | 1011101 | 11100 |
Color Harmonies of #058C51
Complementary color
Monochromatic Colors of #058C51
Black with #058C51
Text Example
Text Example
White with #058C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C51; }
p { color: rgb(5,140,81); }
H1.HeaderClassName
{
color: #058C51;
}
.AnyTagClassName
{
color: #058C51;
}
</style>
background-color css
<style>
a { background-color: #058C51; }
a { background-color: rgb(5,140,81); }
div.DivClassName
{
background-color: #058C51;
}
.BgClassName
{
background-color: #058C51;
}
</style>
border-color css
<style>
span { border-color: #058C51; }
span { border-color: rgb(5,140,81); }
td.TdClassName
{
border-color: #058C51;
}
.TagClassName
{
border-color: #058C51;
}
</style>