Shades of Islamic Green #018E10
Tints of Islamic Green #018E10
RGB
CMYK
RGB Variations
Color information
#018E10 (or 0x018E10) is known color: Islamic Green. HEX triplet: 01, 8E and 10. RGB value is (1,142,16). Sum of RGB (Red+Green+Blue) = 1+142+16=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 142 (55.86% from 255 or 89.31% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 142 - color contains mainly: green. Hex color #018E10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018E10 is #FE71EF. Grayscale: #555555. Windows color (decimal): -16675312 or 1084929. OLE color: 1084929.
HSL color Cylindrical-coordinate representation of color #018E10: hue angle of 126.38º 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 #018E10 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 16 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.44 |
| HSL | 126.38º | 0.99% | 0.28% | - |
| HSV(B) | 126.38º | 0.99% | 0.56% | - |
| XYZ | 9.78 | 19.39 | 3.72 | - |
| YUV | 85.48 | 88.79 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 16 | 0.99 | 0 | 0.89 | 0.44 | 126.38 | 0.99 | 0.28 |
| Hex | 1 | 8E | 10 | 63 | 0 | 59 | 2C | 7E | 63 | 1C |
| Octal | 1 | 216 | 20 | 143 | 0 | 131 | 54 | 176 | 143 | 34 |
| Binary | 1 | 10001110 | 10000 | 1100011 | 0 | 1011001 | 101100 | 1111110 | 1100011 | 11100 |
Color Harmonies of #018E10
Complementary color
Monochromatic Colors of #018E10
Black with #018E10
Text Example
Text Example
White with #018E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E10; }
p { color: rgb(1,142,16); }
H1.HeaderClassName
{
color: #018E10;
}
.AnyTagClassName
{
color: #018E10;
}
</style>
background-color css
<style>
a { background-color: #018E10; }
a { background-color: rgb(1,142,16); }
div.DivClassName
{
background-color: #018E10;
}
.BgClassName
{
background-color: #018E10;
}
</style>
border-color css
<style>
span { border-color: #018E10; }
span { border-color: rgb(1,142,16); }
td.TdClassName
{
border-color: #018E10;
}
.TagClassName
{
border-color: #018E10;
}
</style>