Shades of Shamrock Green #19A366
Tints of Shamrock Green #19A366
RGB
CMYK
RGB Variations
Color information
#19A366 (or 0x19A366) is known color: Shamrock Green. HEX triplet: 19, A3 and 66. RGB value is (25,163,102). Sum of RGB (Red+Green+Blue) = 25+163+102=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #19A366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A366 is #E65C99. Grayscale: #727272. Windows color (decimal): -15096986 or 6726425. OLE color: 6726425.
HSL color Cylindrical-coordinate representation of color #19A366: hue angle of 153.48º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A366 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 163 | 102 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.36 |
| HSL | 153.48º | 0.73% | 0.37% | - |
| HSV(B) | 153.48º | 0.85% | 0.64% | - |
| XYZ | 15.9 | 27.36 | 17.01 | - |
| YUV | 114.78 | 120.78 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 163 | 102 | 0.85 | 0 | 0.37 | 0.36 | 153.48 | 0.73 | 0.37 |
| Hex | 19 | A3 | 66 | 55 | 0 | 25 | 24 | 99 | 49 | 25 |
| Octal | 31 | 243 | 146 | 125 | 0 | 45 | 44 | 231 | 111 | 45 |
| Binary | 11001 | 10100011 | 1100110 | 1010101 | 0 | 100101 | 100100 | 10011001 | 1001001 | 100101 |
Color Harmonies of #19A366
Complementary color
Monochromatic Colors of #19A366
Black with #19A366
Text Example
Text Example
White with #19A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A366; }
p { color: rgb(25,163,102); }
H1.HeaderClassName
{
color: #19A366;
}
.AnyTagClassName
{
color: #19A366;
}
</style>
background-color css
<style>
a { background-color: #19A366; }
a { background-color: rgb(25,163,102); }
div.DivClassName
{
background-color: #19A366;
}
.BgClassName
{
background-color: #19A366;
}
</style>
border-color css
<style>
span { border-color: #19A366; }
span { border-color: rgb(25,163,102); }
td.TdClassName
{
border-color: #19A366;
}
.TagClassName
{
border-color: #19A366;
}
</style>