Shades of Islamic Green #008D11
Tints of Islamic Green #008D11
RGB
CMYK
RGB Variations
Color information
#008D11 (or 0x008D11) is known color: Islamic Green. HEX triplet: 00, 8D and 11. RGB value is (0,141,17). Sum of RGB (Red+Green+Blue) = 0+141+17=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 141 (55.47% from 255 or 89.24% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 141 - color contains mainly: green. Hex color #008D11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008D11 is #FF72EE. Grayscale: #555555. Windows color (decimal): -16741103 or 1150208. OLE color: 1150208.
HSL color Cylindrical-coordinate representation of color #008D11: hue angle of 127.23º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D11 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 17 | - |
| CMYK | 1 | 0 | 0.88 | 0.45 |
| HSL | 127.23º | 1% | 0.28% | - |
| HSV(B) | 127.23º | 1% | 0.55% | - |
| XYZ | 9.63 | 19.09 | 3.71 | - |
| YUV | 84.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 17 | 1 | 0 | 0.88 | 0.45 | 127.23 | 1 | 0.28 |
| Hex | 0 | 8D | 11 | 64 | 0 | 58 | 2D | 7F | 64 | 1C |
| Octal | 0 | 215 | 21 | 144 | 0 | 130 | 55 | 177 | 144 | 34 |
| Binary | 0 | 10001101 | 10001 | 1100100 | 0 | 1011000 | 101101 | 1111111 | 1100100 | 11100 |
Color Harmonies of #008D11
Complementary color
Monochromatic Colors of #008D11
Black with #008D11
Text Example
Text Example
White with #008D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D11; }
p { color: rgb(0,141,17); }
H1.HeaderClassName
{
color: #008D11;
}
.AnyTagClassName
{
color: #008D11;
}
</style>
background-color css
<style>
a { background-color: #008D11; }
a { background-color: rgb(0,141,17); }
div.DivClassName
{
background-color: #008D11;
}
.BgClassName
{
background-color: #008D11;
}
</style>
border-color css
<style>
span { border-color: #008D11; }
span { border-color: rgb(0,141,17); }
td.TdClassName
{
border-color: #008D11;
}
.TagClassName
{
border-color: #008D11;
}
</style>