Shades of Shamrock #19D995
Tints of Shamrock #19D995
RGB
CMYK
RGB Variations
Color information
#19D995 (or 0x19D995) is known color: Shamrock. HEX triplet: 19, D9 and 95. RGB value is (25,217,149). Sum of RGB (Red+Green+Blue) = 25+217+149=391 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.39% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #19D995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D995 is #E6266A. Grayscale: #979797. Windows color (decimal): -15083115 or 9820441. OLE color: 9820441.
HSL color Cylindrical-coordinate representation of color #19D995: hue angle of 158.75º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D995 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 217 | 149 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.15 |
| HSL | 158.75º | 0.79% | 0.47% | - |
| HSV(B) | 158.75º | 0.88% | 0.85% | - |
| XYZ | 30.64 | 52 | 36.86 | - |
| YUV | 151.84 | 126.39 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 149 | 0.88 | 0 | 0.31 | 0.15 | 158.75 | 0.79 | 0.47 |
| Hex | 19 | D9 | 95 | 58 | 0 | 1F | F | 9F | 4F | 2F |
| Octal | 31 | 331 | 225 | 130 | 0 | 37 | 17 | 237 | 117 | 57 |
| Binary | 11001 | 11011001 | 10010101 | 1011000 | 0 | 11111 | 1111 | 10011111 | 1001111 | 101111 |
Color Harmonies of #19D995
Complementary color
Monochromatic Colors of #19D995
Black with #19D995
Text Example
Text Example
White with #19D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D995; }
p { color: rgb(25,217,149); }
H1.HeaderClassName
{
color: #19D995;
}
.AnyTagClassName
{
color: #19D995;
}
</style>
background-color css
<style>
a { background-color: #19D995; }
a { background-color: rgb(25,217,149); }
div.DivClassName
{
background-color: #19D995;
}
.BgClassName
{
background-color: #19D995;
}
</style>
border-color css
<style>
span { border-color: #19D995; }
span { border-color: rgb(25,217,149); }
td.TdClassName
{
border-color: #19D995;
}
.TagClassName
{
border-color: #19D995;
}
</style>