Shades of Islamic Green #13B210
Tints of Islamic Green #13B210
RGB
CMYK
RGB Variations
Color information
#13B210 (or 0x13B210) is known color: Islamic Green. HEX triplet: 13, B2 and 10. RGB value is (19,178,16). Sum of RGB (Red+Green+Blue) = 19+178+16=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 178 (69.92% from 255 or 83.57% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 178 - color contains mainly: green. Hex color #13B210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B210 is #EC4DEF. Grayscale: #707070. Windows color (decimal): -15486448 or 1094163. OLE color: 1094163.
HSL color Cylindrical-coordinate representation of color #13B210: hue angle of 118.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B210 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 178 | 16 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.30 |
| HSL | 118.89º | 0.84% | 0.38% | - |
| HSV(B) | 118.89º | 0.91% | 0.7% | - |
| XYZ | 16.28 | 32.02 | 5.81 | - |
| YUV | 111.99 | 73.82 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 16 | 0.89 | 0 | 0.91 | 0.30 | 118.89 | 0.84 | 0.38 |
| Hex | 13 | B2 | 10 | 59 | 0 | 5B | 1E | 77 | 54 | 26 |
| Octal | 23 | 262 | 20 | 131 | 0 | 133 | 36 | 167 | 124 | 46 |
| Binary | 10011 | 10110010 | 10000 | 1011001 | 0 | 1011011 | 11110 | 1110111 | 1010100 | 100110 |
Color Harmonies of #13B210
Complementary color
Monochromatic Colors of #13B210
Black with #13B210
Text Example
Text Example
White with #13B210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B210; }
p { color: rgb(19,178,16); }
H1.HeaderClassName
{
color: #13B210;
}
.AnyTagClassName
{
color: #13B210;
}
</style>
background-color css
<style>
a { background-color: #13B210; }
a { background-color: rgb(19,178,16); }
div.DivClassName
{
background-color: #13B210;
}
.BgClassName
{
background-color: #13B210;
}
</style>
border-color css
<style>
span { border-color: #13B210; }
span { border-color: rgb(19,178,16); }
td.TdClassName
{
border-color: #13B210;
}
.TagClassName
{
border-color: #13B210;
}
</style>