Shades of Islamic Green #0EC005
Tints of Islamic Green #0EC005
RGB
CMYK
RGB Variations
Color information
#0EC005 (or 0x0EC005) is known color: Islamic Green. HEX triplet: 0E, C0 and 05. RGB value is (14,192,5). Sum of RGB (Red+Green+Blue) = 14+192+5=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 192 (75.39% from 255 or 91.00% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC005 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC005 is #F13FFA. Grayscale: #767676. Windows color (decimal): -15810555 or 376846. OLE color: 376846.
HSL color Cylindrical-coordinate representation of color #0EC005: hue angle of 117.11º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EC005 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.25 |
| HSL | 117.11º | 0.95% | 0.39% | - |
| HSV(B) | 117.11º | 0.97% | 0.75% | - |
| XYZ | 19.06 | 37.8 | 6.44 | - |
| YUV | 117.46 | 64.53 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 5 | 0.93 | 0 | 0.97 | 0.25 | 117.11 | 0.95 | 0.39 |
| Hex | E | C0 | 5 | 5D | 0 | 61 | 19 | 75 | 5F | 27 |
| Octal | 16 | 300 | 5 | 135 | 0 | 141 | 31 | 165 | 137 | 47 |
| Binary | 1110 | 11000000 | 101 | 1011101 | 0 | 1100001 | 11001 | 1110101 | 1011111 | 100111 |
Color Harmonies of #0EC005
Complementary color
Monochromatic Colors of #0EC005
Black with #0EC005
Text Example
Text Example
White with #0EC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC005; }
p { color: rgb(14,192,5); }
H1.HeaderClassName
{
color: #0EC005;
}
.AnyTagClassName
{
color: #0EC005;
}
</style>
background-color css
<style>
a { background-color: #0EC005; }
a { background-color: rgb(14,192,5); }
div.DivClassName
{
background-color: #0EC005;
}
.BgClassName
{
background-color: #0EC005;
}
</style>
border-color css
<style>
span { border-color: #0EC005; }
span { border-color: rgb(14,192,5); }
td.TdClassName
{
border-color: #0EC005;
}
.TagClassName
{
border-color: #0EC005;
}
</style>