Shades of Islamic Green #13AF0E
Tints of Islamic Green #13AF0E
RGB
CMYK
RGB Variations
Color information
#13AF0E (or 0x13AF0E) is known color: Islamic Green. HEX triplet: 13, AF and 0E. RGB value is (19,175,14). Sum of RGB (Red+Green+Blue) = 19+175+14=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 175 (68.75% from 255 or 84.13% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AF0E is #EC50F1. Grayscale: #6E6E6E. Windows color (decimal): -15487218 or 962323. OLE color: 962323.
HSL color Cylindrical-coordinate representation of color #13AF0E: hue angle of 118.14º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13AF0E is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 175 | 14 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.31 |
| HSL | 118.14º | 0.85% | 0.37% | - |
| HSV(B) | 118.14º | 0.92% | 0.69% | - |
| XYZ | 15.68 | 30.83 | 5.54 | - |
| YUV | 110 | 73.82 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 14 | 0.89 | 0 | 0.92 | 0.31 | 118.14 | 0.85 | 0.37 |
| Hex | 13 | AF | E | 59 | 0 | 5C | 1F | 76 | 55 | 25 |
| Octal | 23 | 257 | 16 | 131 | 0 | 134 | 37 | 166 | 125 | 45 |
| Binary | 10011 | 10101111 | 1110 | 1011001 | 0 | 1011100 | 11111 | 1110110 | 1010101 | 100101 |
Color Harmonies of #13AF0E
Complementary color
Monochromatic Colors of #13AF0E
Black with #13AF0E
Text Example
Text Example
White with #13AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AF0E; }
p { color: rgb(19,175,14); }
H1.HeaderClassName
{
color: #13AF0E;
}
.AnyTagClassName
{
color: #13AF0E;
}
</style>
background-color css
<style>
a { background-color: #13AF0E; }
a { background-color: rgb(19,175,14); }
div.DivClassName
{
background-color: #13AF0E;
}
.BgClassName
{
background-color: #13AF0E;
}
</style>
border-color css
<style>
span { border-color: #13AF0E; }
span { border-color: rgb(19,175,14); }
td.TdClassName
{
border-color: #13AF0E;
}
.TagClassName
{
border-color: #13AF0E;
}
</style>