Shades of Islamic Green #0EC610
Tints of Islamic Green #0EC610
RGB
CMYK
RGB Variations
Color information
#0EC610 (or 0x0EC610) is known color: Islamic Green. HEX triplet: 0E, C6 and 10. RGB value is (14,198,16). Sum of RGB (Red+Green+Blue) = 14+198+16=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 198 (77.73% from 255 or 86.84% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC610 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC610 is #F139EF. Grayscale: #7A7A7A. Windows color (decimal): -15809008 or 1099278. OLE color: 1099278.
HSL color Cylindrical-coordinate representation of color #0EC610: hue angle of 120.65º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC610 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 16 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.22 |
| HSL | 120.65º | 0.87% | 0.42% | - |
| HSV(B) | 120.65º | 0.93% | 0.78% | - |
| XYZ | 20.47 | 40.52 | 7.23 | - |
| YUV | 122.24 | 68.04 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 16 | 0.93 | 0 | 0.92 | 0.22 | 120.65 | 0.87 | 0.42 |
| Hex | E | C6 | 10 | 5D | 0 | 5C | 16 | 79 | 57 | 2A |
| Octal | 16 | 306 | 20 | 135 | 0 | 134 | 26 | 171 | 127 | 52 |
| Binary | 1110 | 11000110 | 10000 | 1011101 | 0 | 1011100 | 10110 | 1111001 | 1010111 | 101010 |
Color Harmonies of #0EC610
Complementary color
Monochromatic Colors of #0EC610
Black with #0EC610
Text Example
Text Example
White with #0EC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC610; }
p { color: rgb(14,198,16); }
H1.HeaderClassName
{
color: #0EC610;
}
.AnyTagClassName
{
color: #0EC610;
}
</style>
background-color css
<style>
a { background-color: #0EC610; }
a { background-color: rgb(14,198,16); }
div.DivClassName
{
background-color: #0EC610;
}
.BgClassName
{
background-color: #0EC610;
}
</style>
border-color css
<style>
span { border-color: #0EC610; }
span { border-color: rgb(14,198,16); }
td.TdClassName
{
border-color: #0EC610;
}
.TagClassName
{
border-color: #0EC610;
}
</style>