Shades of Islamic Green #19A20A
Tints of Islamic Green #19A20A
RGB
CMYK
RGB Variations
Color information
#19A20A (or 0x19A20A) is known color: Islamic Green. HEX triplet: 19, A2 and 0A. RGB value is (25,162,10). Sum of RGB (Red+Green+Blue) = 25+162+10=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 162 (63.67% from 255 or 82.23% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 162 - color contains mainly: green. Hex color #19A20A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A20A is #E65DF5. Grayscale: #686868. Windows color (decimal): -15097334 or 696857. OLE color: 696857.
HSL color Cylindrical-coordinate representation of color #19A20A: hue angle of 114.08º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19A20A is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 162 | 10 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.36 |
| HSL | 114.08º | 0.88% | 0.34% | - |
| HSV(B) | 114.08º | 0.94% | 0.64% | - |
| XYZ | 13.38 | 26.07 | 4.61 | - |
| YUV | 103.71 | 75.11 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 10 | 0.85 | 0 | 0.94 | 0.36 | 114.08 | 0.88 | 0.34 |
| Hex | 19 | A2 | A | 55 | 0 | 5E | 24 | 72 | 58 | 22 |
| Octal | 31 | 242 | 12 | 125 | 0 | 136 | 44 | 162 | 130 | 42 |
| Binary | 11001 | 10100010 | 1010 | 1010101 | 0 | 1011110 | 100100 | 1110010 | 1011000 | 100010 |
Color Harmonies of #19A20A
Complementary color
Monochromatic Colors of #19A20A
Black with #19A20A
Text Example
Text Example
White with #19A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A20A; }
p { color: rgb(25,162,10); }
H1.HeaderClassName
{
color: #19A20A;
}
.AnyTagClassName
{
color: #19A20A;
}
</style>
background-color css
<style>
a { background-color: #19A20A; }
a { background-color: rgb(25,162,10); }
div.DivClassName
{
background-color: #19A20A;
}
.BgClassName
{
background-color: #19A20A;
}
</style>
border-color css
<style>
span { border-color: #19A20A; }
span { border-color: rgb(25,162,10); }
td.TdClassName
{
border-color: #19A20A;
}
.TagClassName
{
border-color: #19A20A;
}
</style>