Shades of Islamic Green #13AD12
Tints of Islamic Green #13AD12
RGB
CMYK
RGB Variations
Color information
#13AD12 (or 0x13AD12) is known color: Islamic Green. HEX triplet: 13, AD and 12. RGB value is (19,173,18). Sum of RGB (Red+Green+Blue) = 19+173+18=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 173 (67.97% from 255 or 82.38% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AD12 is #EC52ED. Grayscale: #6D6D6D. Windows color (decimal): -15487726 or 1223955. OLE color: 1223955.
HSL color Cylindrical-coordinate representation of color #13AD12: hue angle of 119.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13AD12 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 18 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.32 |
| HSL | 119.61º | 0.81% | 0.37% | - |
| HSV(B) | 119.61º | 0.9% | 0.68% | - |
| XYZ | 15.32 | 30.07 | 5.57 | - |
| YUV | 109.28 | 76.48 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 18 | 0.89 | 0 | 0.90 | 0.32 | 119.61 | 0.81 | 0.37 |
| Hex | 13 | AD | 12 | 59 | 0 | 5A | 20 | 78 | 51 | 25 |
| Octal | 23 | 255 | 22 | 131 | 0 | 132 | 40 | 170 | 121 | 45 |
| Binary | 10011 | 10101101 | 10010 | 1011001 | 0 | 1011010 | 100000 | 1111000 | 1010001 | 100101 |
Color Harmonies of #13AD12
Complementary color
Monochromatic Colors of #13AD12
Black with #13AD12
Text Example
Text Example
White with #13AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD12; }
p { color: rgb(19,173,18); }
H1.HeaderClassName
{
color: #13AD12;
}
.AnyTagClassName
{
color: #13AD12;
}
</style>
background-color css
<style>
a { background-color: #13AD12; }
a { background-color: rgb(19,173,18); }
div.DivClassName
{
background-color: #13AD12;
}
.BgClassName
{
background-color: #13AD12;
}
</style>
border-color css
<style>
span { border-color: #13AD12; }
span { border-color: rgb(19,173,18); }
td.TdClassName
{
border-color: #13AD12;
}
.TagClassName
{
border-color: #13AD12;
}
</style>