Shades of Shamrock Green #13A066
Tints of Shamrock Green #13A066
RGB
CMYK
RGB Variations
Color information
#13A066 (or 0x13A066) is known color: Shamrock Green. HEX triplet: 13, A0 and 66. RGB value is (19,160,102). Sum of RGB (Red+Green+Blue) = 19+160+102=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #13A066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A066 is #EC5F99. Grayscale: #6F6F6F. Windows color (decimal): -15490970 or 6725651. OLE color: 6725651.
HSL color Cylindrical-coordinate representation of color #13A066: hue angle of 155.32º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A066 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 160 | 102 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.37 |
| HSL | 155.32º | 0.79% | 0.35% | - |
| HSV(B) | 155.32º | 0.88% | 0.63% | - |
| XYZ | 15.24 | 26.24 | 16.83 | - |
| YUV | 111.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 102 | 0.88 | 0 | 0.36 | 0.37 | 155.32 | 0.79 | 0.35 |
| Hex | 13 | A0 | 66 | 58 | 0 | 24 | 25 | 9B | 4F | 23 |
| Octal | 23 | 240 | 146 | 130 | 0 | 44 | 45 | 233 | 117 | 43 |
| Binary | 10011 | 10100000 | 1100110 | 1011000 | 0 | 100100 | 100101 | 10011011 | 1001111 | 100011 |
Color Harmonies of #13A066
Complementary color
Monochromatic Colors of #13A066
Black with #13A066
Text Example
Text Example
White with #13A066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A066; }
p { color: rgb(19,160,102); }
H1.HeaderClassName
{
color: #13A066;
}
.AnyTagClassName
{
color: #13A066;
}
</style>
background-color css
<style>
a { background-color: #13A066; }
a { background-color: rgb(19,160,102); }
div.DivClassName
{
background-color: #13A066;
}
.BgClassName
{
background-color: #13A066;
}
</style>
border-color css
<style>
span { border-color: #13A066; }
span { border-color: rgb(19,160,102); }
td.TdClassName
{
border-color: #13A066;
}
.TagClassName
{
border-color: #13A066;
}
</style>