Shades of Islamic Green #13B700
Tints of Islamic Green #13B700
RGB
CMYK
RGB Variations
Color information
#13B700 (or 0x13B700) is known color: Islamic Green. HEX triplet: 13, B7 and 00. RGB value is (19,183,0). Sum of RGB (Red+Green+Blue) = 19+183+0=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 183 (71.88% from 255 or 90.59% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 183 - color contains mainly: green. Hex color #13B700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B700 is #EC48FF. Grayscale: #717171. Windows color (decimal): -15485184 or 46867. OLE color: 46867.
HSL color Cylindrical-coordinate representation of color #13B700: hue angle of 113.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13B700 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 183 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.28 |
| HSL | 113.77º | 1% | 0.36% | - |
| HSV(B) | 113.77º | 1% | 0.72% | - |
| XYZ | 17.2 | 34.01 | 5.66 | - |
| YUV | 113.1 | 64.17 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 183 | 0 | 0.90 | 0 | 1 | 0.28 | 113.77 | 1 | 0.36 |
| Hex | 13 | B7 | 0 | 5A | 0 | 64 | 1C | 72 | 64 | 24 |
| Octal | 23 | 267 | 0 | 132 | 0 | 144 | 34 | 162 | 144 | 44 |
| Binary | 10011 | 10110111 | 0 | 1011010 | 0 | 1100100 | 11100 | 1110010 | 1100100 | 100100 |
Color Harmonies of #13B700
Complementary color
Monochromatic Colors of #13B700
Black with #13B700
Text Example
Text Example
White with #13B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B700; }
p { color: rgb(19,183,0); }
H1.HeaderClassName
{
color: #13B700;
}
.AnyTagClassName
{
color: #13B700;
}
</style>
background-color css
<style>
a { background-color: #13B700; }
a { background-color: rgb(19,183,0); }
div.DivClassName
{
background-color: #13B700;
}
.BgClassName
{
background-color: #13B700;
}
</style>
border-color css
<style>
span { border-color: #13B700; }
span { border-color: rgb(19,183,0); }
td.TdClassName
{
border-color: #13B700;
}
.TagClassName
{
border-color: #13B700;
}
</style>