Shades of Shamrock Green #059260
Tints of Shamrock Green #059260
RGB
CMYK
RGB Variations
Color information
#059260 (or 0x059260) is known color: Shamrock Green. HEX triplet: 05, 92 and 60. RGB value is (5,146,96). Sum of RGB (Red+Green+Blue) = 5+146+96=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #059260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059260 is #FA6D9F. Grayscale: #626262. Windows color (decimal): -16412064 or 6328837. OLE color: 6328837.
HSL color Cylindrical-coordinate representation of color #059260: hue angle of 158.72º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059260 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 96 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.43 |
| HSL | 158.72º | 0.93% | 0.3% | - |
| HSV(B) | 158.72º | 0.97% | 0.57% | - |
| XYZ | 12.45 | 21.43 | 14.55 | - |
| YUV | 98.14 | 126.79 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 96 | 0.97 | 0 | 0.34 | 0.43 | 158.72 | 0.93 | 0.3 |
| Hex | 5 | 92 | 60 | 61 | 0 | 22 | 2B | 9F | 5D | 1E |
| Octal | 5 | 222 | 140 | 141 | 0 | 42 | 53 | 237 | 135 | 36 |
| Binary | 101 | 10010010 | 1100000 | 1100001 | 0 | 100010 | 101011 | 10011111 | 1011101 | 11110 |
Color Harmonies of #059260
Complementary color
Monochromatic Colors of #059260
Black with #059260
Text Example
Text Example
White with #059260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059260; }
p { color: rgb(5,146,96); }
H1.HeaderClassName
{
color: #059260;
}
.AnyTagClassName
{
color: #059260;
}
</style>
background-color css
<style>
a { background-color: #059260; }
a { background-color: rgb(5,146,96); }
div.DivClassName
{
background-color: #059260;
}
.BgClassName
{
background-color: #059260;
}
</style>
border-color css
<style>
span { border-color: #059260; }
span { border-color: rgb(5,146,96); }
td.TdClassName
{
border-color: #059260;
}
.TagClassName
{
border-color: #059260;
}
</style>