Shades of Islamic Green #0EC508
Tints of Islamic Green #0EC508
RGB
CMYK
RGB Variations
Color information
#0EC508 (or 0x0EC508) is known color: Islamic Green. HEX triplet: 0E, C5 and 08. RGB value is (14,197,8). Sum of RGB (Red+Green+Blue) = 14+197+8=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 197 (77.34% from 255 or 89.95% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC508 is #F13AF7. Grayscale: #797979. Windows color (decimal): -15809272 or 574734. OLE color: 574734.
HSL color Cylindrical-coordinate representation of color #0EC508: hue angle of 118.1º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EC508 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 197 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.23 |
| HSL | 118.1º | 0.92% | 0.4% | - |
| HSV(B) | 118.1º | 0.96% | 0.77% | - |
| XYZ | 20.19 | 40.04 | 6.89 | - |
| YUV | 120.74 | 64.37 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 8 | 0.93 | 0 | 0.96 | 0.23 | 118.1 | 0.92 | 0.4 |
| Hex | E | C5 | 8 | 5D | 0 | 60 | 17 | 76 | 5C | 28 |
| Octal | 16 | 305 | 10 | 135 | 0 | 140 | 27 | 166 | 134 | 50 |
| Binary | 1110 | 11000101 | 1000 | 1011101 | 0 | 1100000 | 10111 | 1110110 | 1011100 | 101000 |
Color Harmonies of #0EC508
Complementary color
Monochromatic Colors of #0EC508
Black with #0EC508
Text Example
Text Example
White with #0EC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC508; }
p { color: rgb(14,197,8); }
H1.HeaderClassName
{
color: #0EC508;
}
.AnyTagClassName
{
color: #0EC508;
}
</style>
background-color css
<style>
a { background-color: #0EC508; }
a { background-color: rgb(14,197,8); }
div.DivClassName
{
background-color: #0EC508;
}
.BgClassName
{
background-color: #0EC508;
}
</style>
border-color css
<style>
span { border-color: #0EC508; }
span { border-color: rgb(14,197,8); }
td.TdClassName
{
border-color: #0EC508;
}
.TagClassName
{
border-color: #0EC508;
}
</style>