Shades of Shamrock Green #13A166
Tints of Shamrock Green #13A166
RGB
CMYK
RGB Variations
Color information
#13A166 (or 0x13A166) is known color: Shamrock Green. HEX triplet: 13, A1 and 66. RGB value is (19,161,102). Sum of RGB (Red+Green+Blue) = 19+161+102=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #13A166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A166 is #EC5E99. Grayscale: #6F6F6F. Windows color (decimal): -15490714 or 6725907. OLE color: 6725907.
HSL color Cylindrical-coordinate representation of color #13A166: hue angle of 155.07º 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 #13A166 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 161 | 102 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.37 |
| HSL | 155.07º | 0.79% | 0.35% | - |
| HSV(B) | 155.07º | 0.88% | 0.63% | - |
| XYZ | 15.41 | 26.59 | 16.89 | - |
| YUV | 111.82 | 122.46 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 102 | 0.88 | 0 | 0.37 | 0.37 | 155.07 | 0.79 | 0.35 |
| Hex | 13 | A1 | 66 | 58 | 0 | 25 | 25 | 9B | 4F | 23 |
| Octal | 23 | 241 | 146 | 130 | 0 | 45 | 45 | 233 | 117 | 43 |
| Binary | 10011 | 10100001 | 1100110 | 1011000 | 0 | 100101 | 100101 | 10011011 | 1001111 | 100011 |
Color Harmonies of #13A166
Complementary color
Monochromatic Colors of #13A166
Black with #13A166
Text Example
Text Example
White with #13A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A166; }
p { color: rgb(19,161,102); }
H1.HeaderClassName
{
color: #13A166;
}
.AnyTagClassName
{
color: #13A166;
}
</style>
background-color css
<style>
a { background-color: #13A166; }
a { background-color: rgb(19,161,102); }
div.DivClassName
{
background-color: #13A166;
}
.BgClassName
{
background-color: #13A166;
}
</style>
border-color css
<style>
span { border-color: #13A166; }
span { border-color: rgb(19,161,102); }
td.TdClassName
{
border-color: #13A166;
}
.TagClassName
{
border-color: #13A166;
}
</style>