Shades of Islamic Green #118F05
Tints of Islamic Green #118F05
RGB
CMYK
RGB Variations
Color information
#118F05 (or 0x118F05) is known color: Islamic Green. HEX triplet: 11, 8F and 05. RGB value is (17,143,5). Sum of RGB (Red+Green+Blue) = 17+143+5=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 143 (56.25% from 255 or 86.67% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 143 - color contains mainly: green. Hex color #118F05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118F05 is #EE70FA. Grayscale: #5A5A5A. Windows color (decimal): -15626491 or 364305. OLE color: 364305.
HSL color Cylindrical-coordinate representation of color #118F05: hue angle of 114.78º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #118F05 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 5 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.44 |
| HSL | 114.78º | 0.93% | 0.29% | - |
| HSV(B) | 114.78º | 0.97% | 0.56% | - |
| XYZ | 10.08 | 19.78 | 3.43 | - |
| YUV | 89.59 | 80.26 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 5 | 0.88 | 0 | 0.97 | 0.44 | 114.78 | 0.93 | 0.29 |
| Hex | 11 | 8F | 5 | 58 | 0 | 61 | 2C | 73 | 5D | 1D |
| Octal | 21 | 217 | 5 | 130 | 0 | 141 | 54 | 163 | 135 | 35 |
| Binary | 10001 | 10001111 | 101 | 1011000 | 0 | 1100001 | 101100 | 1110011 | 1011101 | 11101 |
Color Harmonies of #118F05
Complementary color
Monochromatic Colors of #118F05
Black with #118F05
Text Example
Text Example
White with #118F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F05; }
p { color: rgb(17,143,5); }
H1.HeaderClassName
{
color: #118F05;
}
.AnyTagClassName
{
color: #118F05;
}
</style>
background-color css
<style>
a { background-color: #118F05; }
a { background-color: rgb(17,143,5); }
div.DivClassName
{
background-color: #118F05;
}
.BgClassName
{
background-color: #118F05;
}
</style>
border-color css
<style>
span { border-color: #118F05; }
span { border-color: rgb(17,143,5); }
td.TdClassName
{
border-color: #118F05;
}
.TagClassName
{
border-color: #118F05;
}
</style>