Shades of Islamic Green #13AA0D
Tints of Islamic Green #13AA0D
RGB
CMYK
RGB Variations
Color information
#13AA0D (or 0x13AA0D) is known color: Islamic Green. HEX triplet: 13, AA and 0D. RGB value is (19,170,13). Sum of RGB (Red+Green+Blue) = 19+170+13=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 170 (66.80% from 255 or 84.16% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AA0D is #EC55F2. Grayscale: #6B6B6B. Windows color (decimal): -15488499 or 895507. OLE color: 895507.
HSL color Cylindrical-coordinate representation of color #13AA0D: hue angle of 117.71º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13AA0D is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 13 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.33 |
| HSL | 117.71º | 0.86% | 0.36% | - |
| HSV(B) | 117.71º | 0.92% | 0.67% | - |
| XYZ | 14.72 | 28.92 | 5.19 | - |
| YUV | 106.95 | 74.97 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 13 | 0.89 | 0 | 0.92 | 0.33 | 117.71 | 0.86 | 0.36 |
| Hex | 13 | AA | D | 59 | 0 | 5C | 21 | 76 | 56 | 24 |
| Octal | 23 | 252 | 15 | 131 | 0 | 134 | 41 | 166 | 126 | 44 |
| Binary | 10011 | 10101010 | 1101 | 1011001 | 0 | 1011100 | 100001 | 1110110 | 1010110 | 100100 |
Color Harmonies of #13AA0D
Complementary color
Monochromatic Colors of #13AA0D
Black with #13AA0D
Text Example
Text Example
White with #13AA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA0D; }
p { color: rgb(19,170,13); }
H1.HeaderClassName
{
color: #13AA0D;
}
.AnyTagClassName
{
color: #13AA0D;
}
</style>
background-color css
<style>
a { background-color: #13AA0D; }
a { background-color: rgb(19,170,13); }
div.DivClassName
{
background-color: #13AA0D;
}
.BgClassName
{
background-color: #13AA0D;
}
</style>
border-color css
<style>
span { border-color: #13AA0D; }
span { border-color: rgb(19,170,13); }
td.TdClassName
{
border-color: #13AA0D;
}
.TagClassName
{
border-color: #13AA0D;
}
</style>