Shades of Islamic Green #018E12
Tints of Islamic Green #018E12
RGB
CMYK
RGB Variations
Color information
#018E12 (or 0x018E12) is known color: Islamic Green. HEX triplet: 01, 8E and 12. RGB value is (1,142,18). Sum of RGB (Red+Green+Blue) = 1+142+18=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 142 (55.86% from 255 or 88.20% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 142 - color contains mainly: green. Hex color #018E12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018E12 is #FE71ED. Grayscale: #565656. Windows color (decimal): -16675310 or 1216001. OLE color: 1216001.
HSL color Cylindrical-coordinate representation of color #018E12: hue angle of 127.23º 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 #018E12 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 18 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.44 |
| HSL | 127.23º | 0.99% | 0.28% | - |
| HSV(B) | 127.23º | 0.99% | 0.56% | - |
| XYZ | 9.79 | 19.4 | 3.8 | - |
| YUV | 85.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 18 | 0.99 | 0 | 0.87 | 0.44 | 127.23 | 0.99 | 0.28 |
| Hex | 1 | 8E | 12 | 63 | 0 | 57 | 2C | 7F | 63 | 1C |
| Octal | 1 | 216 | 22 | 143 | 0 | 127 | 54 | 177 | 143 | 34 |
| Binary | 1 | 10001110 | 10010 | 1100011 | 0 | 1010111 | 101100 | 1111111 | 1100011 | 11100 |
Color Harmonies of #018E12
Complementary color
Monochromatic Colors of #018E12
Black with #018E12
Text Example
Text Example
White with #018E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E12; }
p { color: rgb(1,142,18); }
H1.HeaderClassName
{
color: #018E12;
}
.AnyTagClassName
{
color: #018E12;
}
</style>
background-color css
<style>
a { background-color: #018E12; }
a { background-color: rgb(1,142,18); }
div.DivClassName
{
background-color: #018E12;
}
.BgClassName
{
background-color: #018E12;
}
</style>
border-color css
<style>
span { border-color: #018E12; }
span { border-color: rgb(1,142,18); }
td.TdClassName
{
border-color: #018E12;
}
.TagClassName
{
border-color: #018E12;
}
</style>