Shades of Islamic Green #0EC507
Tints of Islamic Green #0EC507
RGB
CMYK
RGB Variations
Color information
#0EC507 (or 0x0EC507) is known color: Islamic Green. HEX triplet: 0E, C5 and 07. RGB value is (14,197,7). Sum of RGB (Red+Green+Blue) = 14+197+7=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 197 (77.34% from 255 or 90.37% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC507 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC507 is #F13AF8. Grayscale: #797979. Windows color (decimal): -15809273 or 509198. OLE color: 509198.
HSL color Cylindrical-coordinate representation of color #0EC507: hue angle of 117.79º degrees, saturation: 0.93, 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 #0EC507 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 197 | 7 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.23 |
| HSL | 117.79º | 0.93% | 0.4% | - |
| HSV(B) | 117.79º | 0.96% | 0.77% | - |
| XYZ | 20.19 | 40.04 | 6.87 | - |
| YUV | 120.62 | 63.87 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 7 | 0.93 | 0 | 0.96 | 0.23 | 117.79 | 0.93 | 0.4 |
| Hex | E | C5 | 7 | 5D | 0 | 60 | 17 | 76 | 5D | 28 |
| Octal | 16 | 305 | 7 | 135 | 0 | 140 | 27 | 166 | 135 | 50 |
| Binary | 1110 | 11000101 | 111 | 1011101 | 0 | 1100000 | 10111 | 1110110 | 1011101 | 101000 |
Color Harmonies of #0EC507
Complementary color
Monochromatic Colors of #0EC507
Black with #0EC507
Text Example
Text Example
White with #0EC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC507; }
p { color: rgb(14,197,7); }
H1.HeaderClassName
{
color: #0EC507;
}
.AnyTagClassName
{
color: #0EC507;
}
</style>
background-color css
<style>
a { background-color: #0EC507; }
a { background-color: rgb(14,197,7); }
div.DivClassName
{
background-color: #0EC507;
}
.BgClassName
{
background-color: #0EC507;
}
</style>
border-color css
<style>
span { border-color: #0EC507; }
span { border-color: rgb(14,197,7); }
td.TdClassName
{
border-color: #0EC507;
}
.TagClassName
{
border-color: #0EC507;
}
</style>