Shades of Islamic Green #118F03
Tints of Islamic Green #118F03
RGB
CMYK
RGB Variations
Color information
#118F03 (or 0x118F03) is known color: Islamic Green. HEX triplet: 11, 8F and 03. RGB value is (17,143,3). Sum of RGB (Red+Green+Blue) = 17+143+3=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 143 (56.25% from 255 or 87.73% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 143 - color contains mainly: green. Hex color #118F03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118F03 is #EE70FC. Grayscale: #595959. Windows color (decimal): -15626493 or 233233. OLE color: 233233.
HSL color Cylindrical-coordinate representation of color #118F03: hue angle of 114º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #118F03 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 3 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.44 |
| HSL | 114º | 0.96% | 0.29% | - |
| HSV(B) | 114º | 0.98% | 0.56% | - |
| XYZ | 10.07 | 19.77 | 3.37 | - |
| YUV | 89.37 | 79.26 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 3 | 0.88 | 0 | 0.98 | 0.44 | 114 | 0.96 | 0.29 |
| Hex | 11 | 8F | 3 | 58 | 0 | 62 | 2C | 72 | 60 | 1D |
| Octal | 21 | 217 | 3 | 130 | 0 | 142 | 54 | 162 | 140 | 35 |
| Binary | 10001 | 10001111 | 11 | 1011000 | 0 | 1100010 | 101100 | 1110010 | 1100000 | 11101 |
Color Harmonies of #118F03
Complementary color
Monochromatic Colors of #118F03
Black with #118F03
Text Example
Text Example
White with #118F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F03; }
p { color: rgb(17,143,3); }
H1.HeaderClassName
{
color: #118F03;
}
.AnyTagClassName
{
color: #118F03;
}
</style>
background-color css
<style>
a { background-color: #118F03; }
a { background-color: rgb(17,143,3); }
div.DivClassName
{
background-color: #118F03;
}
.BgClassName
{
background-color: #118F03;
}
</style>
border-color css
<style>
span { border-color: #118F03; }
span { border-color: rgb(17,143,3); }
td.TdClassName
{
border-color: #118F03;
}
.TagClassName
{
border-color: #118F03;
}
</style>