Shades of Shamrock #19DB9A
Tints of Shamrock #19DB9A
RGB
CMYK
RGB Variations
Color information
#19DB9A (or 0x19DB9A) is known color: Shamrock. HEX triplet: 19, DB and 9A. RGB value is (25,219,154). Sum of RGB (Red+Green+Blue) = 25+219+154=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #19DB9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DB9A is #E62465. Grayscale: #999999. Windows color (decimal): -15082598 or 10148633. OLE color: 10148633.
HSL color Cylindrical-coordinate representation of color #19DB9A: hue angle of 159.9º 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 #19DB9A is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 154 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.14 |
| HSL | 159.9º | 0.8% | 0.48% | - |
| HSV(B) | 159.9º | 0.89% | 0.86% | - |
| XYZ | 31.57 | 53.2 | 39.18 | - |
| YUV | 153.58 | 128.23 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 154 | 0.89 | 0 | 0.30 | 0.14 | 159.9 | 0.8 | 0.48 |
| Hex | 19 | DB | 9A | 59 | 0 | 1E | E | A0 | 50 | 30 |
| Octal | 31 | 333 | 232 | 131 | 0 | 36 | 16 | 240 | 120 | 60 |
| Binary | 11001 | 11011011 | 10011010 | 1011001 | 0 | 11110 | 1110 | 10100000 | 1010000 | 110000 |
Color Harmonies of #19DB9A
Complementary color
Monochromatic Colors of #19DB9A
Black with #19DB9A
Text Example
Text Example
White with #19DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DB9A; }
p { color: rgb(25,219,154); }
H1.HeaderClassName
{
color: #19DB9A;
}
.AnyTagClassName
{
color: #19DB9A;
}
</style>
background-color css
<style>
a { background-color: #19DB9A; }
a { background-color: rgb(25,219,154); }
div.DivClassName
{
background-color: #19DB9A;
}
.BgClassName
{
background-color: #19DB9A;
}
</style>
border-color css
<style>
span { border-color: #19DB9A; }
span { border-color: rgb(25,219,154); }
td.TdClassName
{
border-color: #19DB9A;
}
.TagClassName
{
border-color: #19DB9A;
}
</style>