Shades of Shamrock #19E194
Tints of Shamrock #19E194
RGB
CMYK
RGB Variations
Color information
#19E194 (or 0x19E194) is known color: Shamrock. HEX triplet: 19, E1 and 94. RGB value is (25,225,148). Sum of RGB (Red+Green+Blue) = 25+225+148=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #19E194 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19E194 is #E61E6B. Grayscale: #9C9C9C. Windows color (decimal): -15081068 or 9756953. OLE color: 9756953.
HSL color Cylindrical-coordinate representation of color #19E194: hue angle of 156.9º 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 #19E194 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 225 | 148 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.12 |
| HSL | 156.9º | 0.8% | 0.49% | - |
| HSV(B) | 156.9º | 0.89% | 0.88% | - |
| XYZ | 32.67 | 56.2 | 37.14 | - |
| YUV | 156.42 | 123.24 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 148 | 0.89 | 0 | 0.34 | 0.12 | 156.9 | 0.8 | 0.49 |
| Hex | 19 | E1 | 94 | 59 | 0 | 22 | C | 9D | 50 | 31 |
| Octal | 31 | 341 | 224 | 131 | 0 | 42 | 14 | 235 | 120 | 61 |
| Binary | 11001 | 11100001 | 10010100 | 1011001 | 0 | 100010 | 1100 | 10011101 | 1010000 | 110001 |
Color Harmonies of #19E194
Complementary color
Monochromatic Colors of #19E194
Black with #19E194
Text Example
Text Example
White with #19E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E194; }
p { color: rgb(25,225,148); }
H1.HeaderClassName
{
color: #19E194;
}
.AnyTagClassName
{
color: #19E194;
}
</style>
background-color css
<style>
a { background-color: #19E194; }
a { background-color: rgb(25,225,148); }
div.DivClassName
{
background-color: #19E194;
}
.BgClassName
{
background-color: #19E194;
}
</style>
border-color css
<style>
span { border-color: #19E194; }
span { border-color: rgb(25,225,148); }
td.TdClassName
{
border-color: #19E194;
}
.TagClassName
{
border-color: #19E194;
}
</style>