Shades of Islamic Green #018D11
Tints of Islamic Green #018D11
RGB
CMYK
RGB Variations
Color information
#018D11 (or 0x018D11) is known color: Islamic Green. HEX triplet: 01, 8D and 11. RGB value is (1,141,17). Sum of RGB (Red+Green+Blue) = 1+141+17=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 141 (55.47% from 255 or 88.68% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 141 - color contains mainly: green. Hex color #018D11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018D11 is #FE72EE. Grayscale: #555555. Windows color (decimal): -16675567 or 1150209. OLE color: 1150209.
HSL color Cylindrical-coordinate representation of color #018D11: hue angle of 126.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D11 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 17 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.45 |
| HSL | 126.86º | 0.99% | 0.28% | - |
| HSV(B) | 126.86º | 0.99% | 0.55% | - |
| XYZ | 9.64 | 19.1 | 3.71 | - |
| YUV | 85 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 17 | 0.99 | 0 | 0.88 | 0.45 | 126.86 | 0.99 | 0.28 |
| Hex | 1 | 8D | 11 | 63 | 0 | 58 | 2D | 7F | 63 | 1C |
| Octal | 1 | 215 | 21 | 143 | 0 | 130 | 55 | 177 | 143 | 34 |
| Binary | 1 | 10001101 | 10001 | 1100011 | 0 | 1011000 | 101101 | 1111111 | 1100011 | 11100 |
Color Harmonies of #018D11
Complementary color
Monochromatic Colors of #018D11
Black with #018D11
Text Example
Text Example
White with #018D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D11; }
p { color: rgb(1,141,17); }
H1.HeaderClassName
{
color: #018D11;
}
.AnyTagClassName
{
color: #018D11;
}
</style>
background-color css
<style>
a { background-color: #018D11; }
a { background-color: rgb(1,141,17); }
div.DivClassName
{
background-color: #018D11;
}
.BgClassName
{
background-color: #018D11;
}
</style>
border-color css
<style>
span { border-color: #018D11; }
span { border-color: rgb(1,141,17); }
td.TdClassName
{
border-color: #018D11;
}
.TagClassName
{
border-color: #018D11;
}
</style>