Shades of Islamic Green #13B111
Tints of Islamic Green #13B111
RGB
CMYK
RGB Variations
Color information
#13B111 (or 0x13B111) is known color: Islamic Green. HEX triplet: 13, B1 and 11. RGB value is (19,177,17). Sum of RGB (Red+Green+Blue) = 19+177+17=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 177 (69.53% from 255 or 83.10% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 177 - color contains mainly: green. Hex color #13B111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B111 is #EC4EEE. Grayscale: #707070. Windows color (decimal): -15486703 or 1159443. OLE color: 1159443.
HSL color Cylindrical-coordinate representation of color #13B111: hue angle of 119.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B111 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 177 | 17 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.31 |
| HSL | 119.25º | 0.82% | 0.38% | - |
| HSV(B) | 119.25º | 0.9% | 0.69% | - |
| XYZ | 16.09 | 31.62 | 5.79 | - |
| YUV | 111.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 177 | 17 | 0.89 | 0 | 0.90 | 0.31 | 119.25 | 0.82 | 0.38 |
| Hex | 13 | B1 | 11 | 59 | 0 | 5A | 1F | 77 | 52 | 26 |
| Octal | 23 | 261 | 21 | 131 | 0 | 132 | 37 | 167 | 122 | 46 |
| Binary | 10011 | 10110001 | 10001 | 1011001 | 0 | 1011010 | 11111 | 1110111 | 1010010 | 100110 |
Color Harmonies of #13B111
Complementary color
Monochromatic Colors of #13B111
Black with #13B111
Text Example
Text Example
White with #13B111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B111; }
p { color: rgb(19,177,17); }
H1.HeaderClassName
{
color: #13B111;
}
.AnyTagClassName
{
color: #13B111;
}
</style>
background-color css
<style>
a { background-color: #13B111; }
a { background-color: rgb(19,177,17); }
div.DivClassName
{
background-color: #13B111;
}
.BgClassName
{
background-color: #13B111;
}
</style>
border-color css
<style>
span { border-color: #13B111; }
span { border-color: rgb(19,177,17); }
td.TdClassName
{
border-color: #13B111;
}
.TagClassName
{
border-color: #13B111;
}
</style>