Shades of Islamic Green #018E18
Tints of Islamic Green #018E18
RGB
CMYK
RGB Variations
Color information
#018E18 (or 0x018E18) is known color: Islamic Green. HEX triplet: 01, 8E and 18. RGB value is (1,142,24). Sum of RGB (Red+Green+Blue) = 1+142+24=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 142 (55.86% from 255 or 85.03% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 142 - color contains mainly: green. Hex color #018E18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018E18 is #FE71E7. Grayscale: #565656. Windows color (decimal): -16675304 or 1609217. OLE color: 1609217.
HSL color Cylindrical-coordinate representation of color #018E18: hue angle of 129.79º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E18 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 24 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.44 |
| HSL | 129.79º | 0.99% | 0.28% | - |
| HSV(B) | 129.79º | 0.99% | 0.56% | - |
| XYZ | 9.85 | 19.42 | 4.09 | - |
| YUV | 86.39 | 92.79 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 24 | 0.99 | 0 | 0.83 | 0.44 | 129.79 | 0.99 | 0.28 |
| Hex | 1 | 8E | 18 | 63 | 0 | 53 | 2C | 82 | 63 | 1C |
| Octal | 1 | 216 | 30 | 143 | 0 | 123 | 54 | 202 | 143 | 34 |
| Binary | 1 | 10001110 | 11000 | 1100011 | 0 | 1010011 | 101100 | 10000010 | 1100011 | 11100 |
Color Harmonies of #018E18
Complementary color
Monochromatic Colors of #018E18
Black with #018E18
Text Example
Text Example
White with #018E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E18; }
p { color: rgb(1,142,24); }
H1.HeaderClassName
{
color: #018E18;
}
.AnyTagClassName
{
color: #018E18;
}
</style>
background-color css
<style>
a { background-color: #018E18; }
a { background-color: rgb(1,142,24); }
div.DivClassName
{
background-color: #018E18;
}
.BgClassName
{
background-color: #018E18;
}
</style>
border-color css
<style>
span { border-color: #018E18; }
span { border-color: rgb(1,142,24); }
td.TdClassName
{
border-color: #018E18;
}
.TagClassName
{
border-color: #018E18;
}
</style>