Shades of Islamic Green #19A000
Tints of Islamic Green #19A000
RGB
CMYK
RGB Variations
Color information
#19A000 (or 0x19A000) is known color: Islamic Green. HEX triplet: 19, A0 and 00. RGB value is (25,160,0). Sum of RGB (Red+Green+Blue) = 25+160+0=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 160 (62.89% from 255 or 86.49% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 160 - color contains mainly: green. Hex color #19A000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A000 is #E65FFF. Grayscale: #656565. Windows color (decimal): -15097856 or 40985. OLE color: 40985.
HSL color Cylindrical-coordinate representation of color #19A000: hue angle of 110.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19A000 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.37 |
| HSL | 110.63º | 1% | 0.31% | - |
| HSV(B) | 110.63º | 1% | 0.63% | - |
| XYZ | 12.97 | 25.35 | 4.21 | - |
| YUV | 101.4 | 70.77 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 0 | 0.84 | 0 | 1 | 0.37 | 110.63 | 1 | 0.31 |
| Hex | 19 | A0 | 0 | 54 | 0 | 64 | 25 | 6F | 64 | 1F |
| Octal | 31 | 240 | 0 | 124 | 0 | 144 | 45 | 157 | 144 | 37 |
| Binary | 11001 | 10100000 | 0 | 1010100 | 0 | 1100100 | 100101 | 1101111 | 1100100 | 11111 |
Color Harmonies of #19A000
Complementary color
Monochromatic Colors of #19A000
Black with #19A000
Text Example
Text Example
White with #19A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A000; }
p { color: rgb(25,160,0); }
H1.HeaderClassName
{
color: #19A000;
}
.AnyTagClassName
{
color: #19A000;
}
</style>
background-color css
<style>
a { background-color: #19A000; }
a { background-color: rgb(25,160,0); }
div.DivClassName
{
background-color: #19A000;
}
.BgClassName
{
background-color: #19A000;
}
</style>
border-color css
<style>
span { border-color: #19A000; }
span { border-color: rgb(25,160,0); }
td.TdClassName
{
border-color: #19A000;
}
.TagClassName
{
border-color: #19A000;
}
</style>