Shades of Islamic Green #19AA10
Tints of Islamic Green #19AA10
RGB
CMYK
RGB Variations
Color information
#19AA10 (or 0x19AA10) is known color: Islamic Green. HEX triplet: 19, AA and 10. RGB value is (25,170,16). Sum of RGB (Red+Green+Blue) = 25+170+16=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 170 (66.80% from 255 or 80.57% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19AA10 is #E655EF. Grayscale: #6D6D6D. Windows color (decimal): -15095280 or 1092121. OLE color: 1092121.
HSL color Cylindrical-coordinate representation of color #19AA10: hue angle of 116.49º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19AA10 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 16 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.33 |
| HSL | 116.49º | 0.83% | 0.36% | - |
| HSV(B) | 116.49º | 0.91% | 0.67% | - |
| XYZ | 14.87 | 28.99 | 5.3 | - |
| YUV | 109.09 | 75.46 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 16 | 0.85 | 0 | 0.91 | 0.33 | 116.49 | 0.83 | 0.36 |
| Hex | 19 | AA | 10 | 55 | 0 | 5B | 21 | 74 | 53 | 24 |
| Octal | 31 | 252 | 20 | 125 | 0 | 133 | 41 | 164 | 123 | 44 |
| Binary | 11001 | 10101010 | 10000 | 1010101 | 0 | 1011011 | 100001 | 1110100 | 1010011 | 100100 |
Color Harmonies of #19AA10
Complementary color
Monochromatic Colors of #19AA10
Black with #19AA10
Text Example
Text Example
White with #19AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA10; }
p { color: rgb(25,170,16); }
H1.HeaderClassName
{
color: #19AA10;
}
.AnyTagClassName
{
color: #19AA10;
}
</style>
background-color css
<style>
a { background-color: #19AA10; }
a { background-color: rgb(25,170,16); }
div.DivClassName
{
background-color: #19AA10;
}
.BgClassName
{
background-color: #19AA10;
}
</style>
border-color css
<style>
span { border-color: #19AA10; }
span { border-color: rgb(25,170,16); }
td.TdClassName
{
border-color: #19AA10;
}
.TagClassName
{
border-color: #19AA10;
}
</style>