Shades of Islamic Green #19A005
Tints of Islamic Green #19A005
RGB
CMYK
RGB Variations
Color information
#19A005 (or 0x19A005) is known color: Islamic Green. HEX triplet: 19, A0 and 05. RGB value is (25,160,5). Sum of RGB (Red+Green+Blue) = 25+160+5=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 160 (62.89% from 255 or 84.21% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 160 - color contains mainly: green. Hex color #19A005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A005 is #E65FFA. Grayscale: #666666. Windows color (decimal): -15097851 or 368665. OLE color: 368665.
HSL color Cylindrical-coordinate representation of color #19A005: hue angle of 112.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19A005 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 5 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.37 |
| HSL | 112.26º | 0.94% | 0.32% | - |
| HSV(B) | 112.26º | 0.97% | 0.63% | - |
| XYZ | 13 | 25.36 | 4.35 | - |
| YUV | 101.97 | 73.27 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 5 | 0.84 | 0 | 0.97 | 0.37 | 112.26 | 0.94 | 0.32 |
| Hex | 19 | A0 | 5 | 54 | 0 | 61 | 25 | 70 | 5E | 20 |
| Octal | 31 | 240 | 5 | 124 | 0 | 141 | 45 | 160 | 136 | 40 |
| Binary | 11001 | 10100000 | 101 | 1010100 | 0 | 1100001 | 100101 | 1110000 | 1011110 | 100000 |
Color Harmonies of #19A005
Complementary color
Monochromatic Colors of #19A005
Black with #19A005
Text Example
Text Example
White with #19A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A005; }
p { color: rgb(25,160,5); }
H1.HeaderClassName
{
color: #19A005;
}
.AnyTagClassName
{
color: #19A005;
}
</style>
background-color css
<style>
a { background-color: #19A005; }
a { background-color: rgb(25,160,5); }
div.DivClassName
{
background-color: #19A005;
}
.BgClassName
{
background-color: #19A005;
}
</style>
border-color css
<style>
span { border-color: #19A005; }
span { border-color: rgb(25,160,5); }
td.TdClassName
{
border-color: #19A005;
}
.TagClassName
{
border-color: #19A005;
}
</style>