Shades of Islamic Green #19A80A
Tints of Islamic Green #19A80A
RGB
CMYK
RGB Variations
Color information
#19A80A (or 0x19A80A) is known color: Islamic Green. HEX triplet: 19, A8 and 0A. RGB value is (25,168,10). Sum of RGB (Red+Green+Blue) = 25+168+10=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 168 (66.02% from 255 or 82.76% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 168 - color contains mainly: green. Hex color #19A80A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A80A is #E657F5. Grayscale: #6B6B6B. Windows color (decimal): -15095798 or 698393. OLE color: 698393.
HSL color Cylindrical-coordinate representation of color #19A80A: hue angle of 114.3º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19A80A is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 168 | 10 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.34 |
| HSL | 114.3º | 0.89% | 0.35% | - |
| HSV(B) | 114.3º | 0.94% | 0.66% | - |
| XYZ | 14.46 | 28.23 | 4.97 | - |
| YUV | 107.23 | 73.12 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 10 | 0.85 | 0 | 0.94 | 0.34 | 114.3 | 0.89 | 0.35 |
| Hex | 19 | A8 | A | 55 | 0 | 5E | 22 | 72 | 59 | 23 |
| Octal | 31 | 250 | 12 | 125 | 0 | 136 | 42 | 162 | 131 | 43 |
| Binary | 11001 | 10101000 | 1010 | 1010101 | 0 | 1011110 | 100010 | 1110010 | 1011001 | 100011 |
Color Harmonies of #19A80A
Complementary color
Monochromatic Colors of #19A80A
Black with #19A80A
Text Example
Text Example
White with #19A80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A80A; }
p { color: rgb(25,168,10); }
H1.HeaderClassName
{
color: #19A80A;
}
.AnyTagClassName
{
color: #19A80A;
}
</style>
background-color css
<style>
a { background-color: #19A80A; }
a { background-color: rgb(25,168,10); }
div.DivClassName
{
background-color: #19A80A;
}
.BgClassName
{
background-color: #19A80A;
}
</style>
border-color css
<style>
span { border-color: #19A80A; }
span { border-color: rgb(25,168,10); }
td.TdClassName
{
border-color: #19A80A;
}
.TagClassName
{
border-color: #19A80A;
}
</style>