Shades of Shamrock #19D885
Tints of Shamrock #19D885
RGB
CMYK
RGB Variations
Color information
#19D885 (or 0x19D885) is known color: Shamrock. HEX triplet: 19, D8 and 85. RGB value is (25,216,133). Sum of RGB (Red+Green+Blue) = 25+216+133=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #19D885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D885 is #E6277A. Grayscale: #959595. Windows color (decimal): -15083387 or 8771609. OLE color: 8771609.
HSL color Cylindrical-coordinate representation of color #19D885: hue angle of 153.93º 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 #19D885 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 216 | 133 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.15 |
| HSL | 153.93º | 0.79% | 0.47% | - |
| HSV(B) | 153.93º | 0.88% | 0.85% | - |
| XYZ | 29.19 | 51.01 | 30.5 | - |
| YUV | 149.43 | 118.72 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 216 | 133 | 0.88 | 0 | 0.38 | 0.15 | 153.93 | 0.79 | 0.47 |
| Hex | 19 | D8 | 85 | 58 | 0 | 26 | F | 9A | 4F | 2F |
| Octal | 31 | 330 | 205 | 130 | 0 | 46 | 17 | 232 | 117 | 57 |
| Binary | 11001 | 11011000 | 10000101 | 1011000 | 0 | 100110 | 1111 | 10011010 | 1001111 | 101111 |
Color Harmonies of #19D885
Complementary color
Monochromatic Colors of #19D885
Black with #19D885
Text Example
Text Example
White with #19D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D885; }
p { color: rgb(25,216,133); }
H1.HeaderClassName
{
color: #19D885;
}
.AnyTagClassName
{
color: #19D885;
}
</style>
background-color css
<style>
a { background-color: #19D885; }
a { background-color: rgb(25,216,133); }
div.DivClassName
{
background-color: #19D885;
}
.BgClassName
{
background-color: #19D885;
}
</style>
border-color css
<style>
span { border-color: #19D885; }
span { border-color: rgb(25,216,133); }
td.TdClassName
{
border-color: #19D885;
}
.TagClassName
{
border-color: #19D885;
}
</style>