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