Shades of Islamic Green #13A00B
Tints of Islamic Green #13A00B
RGB
CMYK
RGB Variations
Color information
#13A00B (or 0x13A00B) is known color: Islamic Green. HEX triplet: 13, A0 and 0B. RGB value is (19,160,11). Sum of RGB (Red+Green+Blue) = 19+160+11=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 160 (62.89% from 255 or 84.21% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 160 - color contains mainly: green. Hex color #13A00B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A00B is #EC5FF4. Grayscale: #656565. Windows color (decimal): -15491061 or 761875. OLE color: 761875.
HSL color Cylindrical-coordinate representation of color #13A00B: hue angle of 116.78º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13A00B is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 160 | 11 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.37 |
| HSL | 116.78º | 0.87% | 0.34% | - |
| HSV(B) | 116.78º | 0.93% | 0.63% | - |
| XYZ | 12.9 | 25.3 | 4.52 | - |
| YUV | 100.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 11 | 0.88 | 0 | 0.93 | 0.37 | 116.78 | 0.87 | 0.34 |
| Hex | 13 | A0 | B | 58 | 0 | 5D | 25 | 75 | 57 | 22 |
| Octal | 23 | 240 | 13 | 130 | 0 | 135 | 45 | 165 | 127 | 42 |
| Binary | 10011 | 10100000 | 1011 | 1011000 | 0 | 1011101 | 100101 | 1110101 | 1010111 | 100010 |
Color Harmonies of #13A00B
Complementary color
Monochromatic Colors of #13A00B
Black with #13A00B
Text Example
Text Example
White with #13A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A00B; }
p { color: rgb(19,160,11); }
H1.HeaderClassName
{
color: #13A00B;
}
.AnyTagClassName
{
color: #13A00B;
}
</style>
background-color css
<style>
a { background-color: #13A00B; }
a { background-color: rgb(19,160,11); }
div.DivClassName
{
background-color: #13A00B;
}
.BgClassName
{
background-color: #13A00B;
}
</style>
border-color css
<style>
span { border-color: #13A00B; }
span { border-color: rgb(19,160,11); }
td.TdClassName
{
border-color: #13A00B;
}
.TagClassName
{
border-color: #13A00B;
}
</style>