Shades of Shamrock #19E19A
Tints of Shamrock #19E19A
RGB
CMYK
RGB Variations
Color information
#19E19A (or 0x19E19A) is known color: Shamrock. HEX triplet: 19, E1 and 9A. RGB value is (25,225,154). Sum of RGB (Red+Green+Blue) = 25+225+154=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #19E19A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19E19A is #E61E65. Grayscale: #9D9D9D. Windows color (decimal): -15081062 or 10150169. OLE color: 10150169.
HSL color Cylindrical-coordinate representation of color #19E19A: hue angle of 158.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E19A is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 225 | 154 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.12 |
| HSL | 158.7º | 0.8% | 0.49% | - |
| HSV(B) | 158.7º | 0.89% | 0.88% | - |
| XYZ | 33.16 | 56.39 | 39.71 | - |
| YUV | 157.11 | 126.24 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 154 | 0.89 | 0 | 0.32 | 0.12 | 158.7 | 0.8 | 0.49 |
| Hex | 19 | E1 | 9A | 59 | 0 | 20 | C | 9F | 50 | 31 |
| Octal | 31 | 341 | 232 | 131 | 0 | 40 | 14 | 237 | 120 | 61 |
| Binary | 11001 | 11100001 | 10011010 | 1011001 | 0 | 100000 | 1100 | 10011111 | 1010000 | 110001 |
Color Harmonies of #19E19A
Complementary color
Monochromatic Colors of #19E19A
Black with #19E19A
Text Example
Text Example
White with #19E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E19A; }
p { color: rgb(25,225,154); }
H1.HeaderClassName
{
color: #19E19A;
}
.AnyTagClassName
{
color: #19E19A;
}
</style>
background-color css
<style>
a { background-color: #19E19A; }
a { background-color: rgb(25,225,154); }
div.DivClassName
{
background-color: #19E19A;
}
.BgClassName
{
background-color: #19E19A;
}
</style>
border-color css
<style>
span { border-color: #19E19A; }
span { border-color: rgb(25,225,154); }
td.TdClassName
{
border-color: #19E19A;
}
.TagClassName
{
border-color: #19E19A;
}
</style>