Shades of Shamrock #19DB8A
Tints of Shamrock #19DB8A
RGB
CMYK
RGB Variations
Color information
#19DB8A (or 0x19DB8A) is known color: Shamrock. HEX triplet: 19, DB and 8A. RGB value is (25,219,138). Sum of RGB (Red+Green+Blue) = 25+219+138=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #19DB8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DB8A is #E62475. Grayscale: #979797. Windows color (decimal): -15082614 or 9100057. OLE color: 9100057.
HSL color Cylindrical-coordinate representation of color #19DB8A: hue angle of 154.95º 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 #19DB8A is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 138 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.14 |
| HSL | 154.95º | 0.8% | 0.48% | - |
| HSV(B) | 154.95º | 0.89% | 0.86% | - |
| XYZ | 30.32 | 52.7 | 32.62 | - |
| YUV | 151.76 | 120.23 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 138 | 0.89 | 0 | 0.37 | 0.14 | 154.95 | 0.8 | 0.48 |
| Hex | 19 | DB | 8A | 59 | 0 | 25 | E | 9B | 50 | 30 |
| Octal | 31 | 333 | 212 | 131 | 0 | 45 | 16 | 233 | 120 | 60 |
| Binary | 11001 | 11011011 | 10001010 | 1011001 | 0 | 100101 | 1110 | 10011011 | 1010000 | 110000 |
Color Harmonies of #19DB8A
Complementary color
Monochromatic Colors of #19DB8A
Black with #19DB8A
Text Example
Text Example
White with #19DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DB8A; }
p { color: rgb(25,219,138); }
H1.HeaderClassName
{
color: #19DB8A;
}
.AnyTagClassName
{
color: #19DB8A;
}
</style>
background-color css
<style>
a { background-color: #19DB8A; }
a { background-color: rgb(25,219,138); }
div.DivClassName
{
background-color: #19DB8A;
}
.BgClassName
{
background-color: #19DB8A;
}
</style>
border-color css
<style>
span { border-color: #19DB8A; }
span { border-color: rgb(25,219,138); }
td.TdClassName
{
border-color: #19DB8A;
}
.TagClassName
{
border-color: #19DB8A;
}
</style>