Shades of Shamrock #19DC9A
Tints of Shamrock #19DC9A
RGB
CMYK
RGB Variations
Color information
#19DC9A (or 0x19DC9A) is known color: Shamrock. HEX triplet: 19, DC and 9A. RGB value is (25,220,154). Sum of RGB (Red+Green+Blue) = 25+220+154=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DC9A is #E62365. Grayscale: #9A9A9A. Windows color (decimal): -15082342 or 10148889. OLE color: 10148889.
HSL color Cylindrical-coordinate representation of color #19DC9A: hue angle of 159.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DC9A is Cyan = 0.89, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 220 | 154 | - |
| CMYK | 0.89 | 0 | 0.3 | 0.14 |
| HSL | 159.69º | 0.8% | 0.48% | - |
| HSV(B) | 159.69º | 0.89% | 0.86% | - |
| XYZ | 31.83 | 53.73 | 39.26 | - |
| YUV | 154.17 | 127.9 | 35.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 154 | 0.89 | 0 | 0.3 | 0.14 | 159.69 | 0.8 | 0.48 |
| Hex | 19 | DC | 9A | 59 | 0 | 1E | E | A0 | 50 | 30 |
| Octal | 31 | 334 | 232 | 131 | 0 | 36 | 16 | 240 | 120 | 60 |
| Binary | 11001 | 11011100 | 10011010 | 1011001 | 0 | 11110 | 1110 | 10100000 | 1010000 | 110000 |
Color Harmonies of #19DC9A
Complementary color
Monochromatic Colors of #19DC9A
Black with #19DC9A
Text Example
Text Example
White with #19DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DC9A; }
p { color: rgb(25,220,154); }
H1.HeaderClassName
{
color: #19DC9A;
}
.AnyTagClassName
{
color: #19DC9A;
}
</style>
background-color css
<style>
a { background-color: #19DC9A; }
a { background-color: rgb(25,220,154); }
div.DivClassName
{
background-color: #19DC9A;
}
.BgClassName
{
background-color: #19DC9A;
}
</style>
border-color css
<style>
span { border-color: #19DC9A; }
span { border-color: rgb(25,220,154); }
td.TdClassName
{
border-color: #19DC9A;
}
.TagClassName
{
border-color: #19DC9A;
}
</style>