Shades of Islamic Green #13AB0D
Tints of Islamic Green #13AB0D
RGB
CMYK
RGB Variations
Color information
#13AB0D (or 0x13AB0D) is known color: Islamic Green. HEX triplet: 13, AB and 0D. RGB value is (19,171,13). Sum of RGB (Red+Green+Blue) = 19+171+13=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 171 (67.19% from 255 or 84.24% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AB0D is #EC54F2. Grayscale: #6C6C6C. Windows color (decimal): -15488243 or 895763. OLE color: 895763.
HSL color Cylindrical-coordinate representation of color #13AB0D: hue angle of 117.72º 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 #13AB0D is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 171 | 13 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.33 |
| HSL | 117.72º | 0.86% | 0.36% | - |
| HSV(B) | 117.72º | 0.92% | 0.67% | - |
| XYZ | 14.9 | 29.29 | 5.25 | - |
| YUV | 107.54 | 74.64 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 13 | 0.89 | 0 | 0.92 | 0.33 | 117.72 | 0.86 | 0.36 |
| Hex | 13 | AB | D | 59 | 0 | 5C | 21 | 76 | 56 | 24 |
| Octal | 23 | 253 | 15 | 131 | 0 | 134 | 41 | 166 | 126 | 44 |
| Binary | 10011 | 10101011 | 1101 | 1011001 | 0 | 1011100 | 100001 | 1110110 | 1010110 | 100100 |
Color Harmonies of #13AB0D
Complementary color
Monochromatic Colors of #13AB0D
Black with #13AB0D
Text Example
Text Example
White with #13AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AB0D; }
p { color: rgb(19,171,13); }
H1.HeaderClassName
{
color: #13AB0D;
}
.AnyTagClassName
{
color: #13AB0D;
}
</style>
background-color css
<style>
a { background-color: #13AB0D; }
a { background-color: rgb(19,171,13); }
div.DivClassName
{
background-color: #13AB0D;
}
.BgClassName
{
background-color: #13AB0D;
}
</style>
border-color css
<style>
span { border-color: #13AB0D; }
span { border-color: rgb(19,171,13); }
td.TdClassName
{
border-color: #13AB0D;
}
.TagClassName
{
border-color: #13AB0D;
}
</style>