Shades of Islamic Green #13A211
Tints of Islamic Green #13A211
RGB
CMYK
RGB Variations
Color information
#13A211 (or 0x13A211) is known color: Islamic Green. HEX triplet: 13, A2 and 11. RGB value is (19,162,17). Sum of RGB (Red+Green+Blue) = 19+162+17=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 162 (63.67% from 255 or 81.82% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 162 - color contains mainly: green. Hex color #13A211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A211 is #EC5DEE. Grayscale: #676767. Windows color (decimal): -15490543 or 1155603. OLE color: 1155603.
HSL color Cylindrical-coordinate representation of color #13A211: hue angle of 119.17º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13A211 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 17 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.36 |
| HSL | 119.17º | 0.81% | 0.35% | - |
| HSV(B) | 119.17º | 0.9% | 0.64% | - |
| XYZ | 13.29 | 26.02 | 4.85 | - |
| YUV | 102.71 | 79.62 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 17 | 0.88 | 0 | 0.90 | 0.36 | 119.17 | 0.81 | 0.35 |
| Hex | 13 | A2 | 11 | 58 | 0 | 5A | 24 | 77 | 51 | 23 |
| Octal | 23 | 242 | 21 | 130 | 0 | 132 | 44 | 167 | 121 | 43 |
| Binary | 10011 | 10100010 | 10001 | 1011000 | 0 | 1011010 | 100100 | 1110111 | 1010001 | 100011 |
Color Harmonies of #13A211
Complementary color
Monochromatic Colors of #13A211
Black with #13A211
Text Example
Text Example
White with #13A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A211; }
p { color: rgb(19,162,17); }
H1.HeaderClassName
{
color: #13A211;
}
.AnyTagClassName
{
color: #13A211;
}
</style>
background-color css
<style>
a { background-color: #13A211; }
a { background-color: rgb(19,162,17); }
div.DivClassName
{
background-color: #13A211;
}
.BgClassName
{
background-color: #13A211;
}
</style>
border-color css
<style>
span { border-color: #13A211; }
span { border-color: rgb(19,162,17); }
td.TdClassName
{
border-color: #13A211;
}
.TagClassName
{
border-color: #13A211;
}
</style>