Shades of Shamrock #19DC8C
Tints of Shamrock #19DC8C
RGB
CMYK
RGB Variations
Color information
#19DC8C (or 0x19DC8C) is known color: Shamrock. HEX triplet: 19, DC and 8C. RGB value is (25,220,140). Sum of RGB (Red+Green+Blue) = 25+220+140=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DC8C is #E62373. Grayscale: #989898. Windows color (decimal): -15082356 or 9231385. OLE color: 9231385.
HSL color Cylindrical-coordinate representation of color #19DC8C: hue angle of 155.38º 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 #19DC8C is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 220 | 140 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.14 |
| HSL | 155.38º | 0.8% | 0.48% | - |
| HSV(B) | 155.38º | 0.89% | 0.86% | - |
| XYZ | 30.73 | 53.29 | 33.48 | - |
| YUV | 152.58 | 120.9 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 140 | 0.89 | 0 | 0.36 | 0.14 | 155.38 | 0.8 | 0.48 |
| Hex | 19 | DC | 8C | 59 | 0 | 24 | E | 9B | 50 | 30 |
| Octal | 31 | 334 | 214 | 131 | 0 | 44 | 16 | 233 | 120 | 60 |
| Binary | 11001 | 11011100 | 10001100 | 1011001 | 0 | 100100 | 1110 | 10011011 | 1010000 | 110000 |
Color Harmonies of #19DC8C
Complementary color
Monochromatic Colors of #19DC8C
Black with #19DC8C
Text Example
Text Example
White with #19DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DC8C; }
p { color: rgb(25,220,140); }
H1.HeaderClassName
{
color: #19DC8C;
}
.AnyTagClassName
{
color: #19DC8C;
}
</style>
background-color css
<style>
a { background-color: #19DC8C; }
a { background-color: rgb(25,220,140); }
div.DivClassName
{
background-color: #19DC8C;
}
.BgClassName
{
background-color: #19DC8C;
}
</style>
border-color css
<style>
span { border-color: #19DC8C; }
span { border-color: rgb(25,220,140); }
td.TdClassName
{
border-color: #19DC8C;
}
.TagClassName
{
border-color: #19DC8C;
}
</style>