Shades of Islamic Green #13990F
Tints of Islamic Green #13990F
RGB
CMYK
RGB Variations
Color information
#13990F (or 0x13990F) is known color: Islamic Green. HEX triplet: 13, 99 and 0F. RGB value is (19,153,15). Sum of RGB (Red+Green+Blue) = 19+153+15=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 153 (60.16% from 255 or 81.82% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 153 - color contains mainly: green. Hex color #13990F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13990F is #EC66F0. Grayscale: #616161. Windows color (decimal): -15492849 or 1022227. OLE color: 1022227.
HSL color Cylindrical-coordinate representation of color #13990F: hue angle of 118.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13990F is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 15 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.4 |
| HSL | 118.26º | 0.82% | 0.33% | - |
| HSV(B) | 118.26º | 0.9% | 0.6% | - |
| XYZ | 11.75 | 22.96 | 4.26 | - |
| YUV | 97.2 | 81.61 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 15 | 0.88 | 0 | 0.90 | 0.4 | 118.26 | 0.82 | 0.33 |
| Hex | 13 | 99 | F | 58 | 0 | 5A | 28 | 76 | 52 | 21 |
| Octal | 23 | 231 | 17 | 130 | 0 | 132 | 50 | 166 | 122 | 41 |
| Binary | 10011 | 10011001 | 1111 | 1011000 | 0 | 1011010 | 101000 | 1110110 | 1010010 | 100001 |
Color Harmonies of #13990F
Complementary color
Monochromatic Colors of #13990F
Black with #13990F
Text Example
Text Example
White with #13990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13990F; }
p { color: rgb(19,153,15); }
H1.HeaderClassName
{
color: #13990F;
}
.AnyTagClassName
{
color: #13990F;
}
</style>
background-color css
<style>
a { background-color: #13990F; }
a { background-color: rgb(19,153,15); }
div.DivClassName
{
background-color: #13990F;
}
.BgClassName
{
background-color: #13990F;
}
</style>
border-color css
<style>
span { border-color: #13990F; }
span { border-color: rgb(19,153,15); }
td.TdClassName
{
border-color: #13990F;
}
.TagClassName
{
border-color: #13990F;
}
</style>