Shades of Islamic Green #018E05
Tints of Islamic Green #018E05
RGB
CMYK
RGB Variations
Color information
#018E05 (or 0x018E05) is known color: Islamic Green. HEX triplet: 01, 8E and 05. RGB value is (1,142,5). Sum of RGB (Red+Green+Blue) = 1+142+5=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 142 (55.86% from 255 or 95.95% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 142 - color contains mainly: green. Hex color #018E05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018E05 is #FE71FA. Grayscale: #545454. Windows color (decimal): -16675323 or 364033. OLE color: 364033.
HSL color Cylindrical-coordinate representation of color #018E05: hue angle of 121.7º 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 #018E05 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 5 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.44 |
| HSL | 121.7º | 0.99% | 0.28% | - |
| HSV(B) | 121.7º | 0.99% | 0.56% | - |
| XYZ | 9.71 | 19.36 | 3.37 | - |
| YUV | 84.22 | 83.29 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 5 | 0.99 | 0 | 0.96 | 0.44 | 121.7 | 0.99 | 0.28 |
| Hex | 1 | 8E | 5 | 63 | 0 | 60 | 2C | 7A | 63 | 1C |
| Octal | 1 | 216 | 5 | 143 | 0 | 140 | 54 | 172 | 143 | 34 |
| Binary | 1 | 10001110 | 101 | 1100011 | 0 | 1100000 | 101100 | 1111010 | 1100011 | 11100 |
Color Harmonies of #018E05
Complementary color
Monochromatic Colors of #018E05
Black with #018E05
Text Example
Text Example
White with #018E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E05; }
p { color: rgb(1,142,5); }
H1.HeaderClassName
{
color: #018E05;
}
.AnyTagClassName
{
color: #018E05;
}
</style>
background-color css
<style>
a { background-color: #018E05; }
a { background-color: rgb(1,142,5); }
div.DivClassName
{
background-color: #018E05;
}
.BgClassName
{
background-color: #018E05;
}
</style>
border-color css
<style>
span { border-color: #018E05; }
span { border-color: rgb(1,142,5); }
td.TdClassName
{
border-color: #018E05;
}
.TagClassName
{
border-color: #018E05;
}
</style>