Shades of Islamic Green #13B112
Tints of Islamic Green #13B112
RGB
CMYK
RGB Variations
Color information
#13B112 (or 0x13B112) is known color: Islamic Green. HEX triplet: 13, B1 and 12. RGB value is (19,177,18). Sum of RGB (Red+Green+Blue) = 19+177+18=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 177 (69.53% from 255 or 82.71% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 177 - color contains mainly: green. Hex color #13B112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B112 is #EC4EED. Grayscale: #707070. Windows color (decimal): -15486702 or 1224979. OLE color: 1224979.
HSL color Cylindrical-coordinate representation of color #13B112: hue angle of 119.62º 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 #13B112 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 177 | 18 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.31 |
| HSL | 119.62º | 0.82% | 0.38% | - |
| HSV(B) | 119.62º | 0.9% | 0.69% | - |
| XYZ | 16.1 | 31.63 | 5.83 | - |
| YUV | 111.63 | 75.15 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 177 | 18 | 0.89 | 0 | 0.90 | 0.31 | 119.62 | 0.82 | 0.38 |
| Hex | 13 | B1 | 12 | 59 | 0 | 5A | 1F | 78 | 52 | 26 |
| Octal | 23 | 261 | 22 | 131 | 0 | 132 | 37 | 170 | 122 | 46 |
| Binary | 10011 | 10110001 | 10010 | 1011001 | 0 | 1011010 | 11111 | 1111000 | 1010010 | 100110 |
Color Harmonies of #13B112
Complementary color
Monochromatic Colors of #13B112
Black with #13B112
Text Example
Text Example
White with #13B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B112; }
p { color: rgb(19,177,18); }
H1.HeaderClassName
{
color: #13B112;
}
.AnyTagClassName
{
color: #13B112;
}
</style>
background-color css
<style>
a { background-color: #13B112; }
a { background-color: rgb(19,177,18); }
div.DivClassName
{
background-color: #13B112;
}
.BgClassName
{
background-color: #13B112;
}
</style>
border-color css
<style>
span { border-color: #13B112; }
span { border-color: rgb(19,177,18); }
td.TdClassName
{
border-color: #13B112;
}
.TagClassName
{
border-color: #13B112;
}
</style>