Shades of Islamic Green #0EB10C
Tints of Islamic Green #0EB10C
RGB
CMYK
RGB Variations
Color information
#0EB10C (or 0x0EB10C) is known color: Islamic Green. HEX triplet: 0E, B1 and 0C. RGB value is (14,177,12). Sum of RGB (Red+Green+Blue) = 14+177+12=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 177 (69.53% from 255 or 87.19% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB10C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB10C is #F14EF3. Grayscale: #6D6D6D. Windows color (decimal): -15814388 or 831758. OLE color: 831758.
HSL color Cylindrical-coordinate representation of color #0EB10C: hue angle of 119.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB10C is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 177 | 12 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.31 |
| HSL | 119.27º | 0.87% | 0.37% | - |
| HSV(B) | 119.27º | 0.93% | 0.69% | - |
| XYZ | 15.97 | 31.56 | 5.6 | - |
| YUV | 109.45 | 73 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 177 | 12 | 0.92 | 0 | 0.93 | 0.31 | 119.27 | 0.87 | 0.37 |
| Hex | E | B1 | C | 5C | 0 | 5D | 1F | 77 | 57 | 25 |
| Octal | 16 | 261 | 14 | 134 | 0 | 135 | 37 | 167 | 127 | 45 |
| Binary | 1110 | 10110001 | 1100 | 1011100 | 0 | 1011101 | 11111 | 1110111 | 1010111 | 100101 |
Color Harmonies of #0EB10C
Complementary color
Monochromatic Colors of #0EB10C
Black with #0EB10C
Text Example
Text Example
White with #0EB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB10C; }
p { color: rgb(14,177,12); }
H1.HeaderClassName
{
color: #0EB10C;
}
.AnyTagClassName
{
color: #0EB10C;
}
</style>
background-color css
<style>
a { background-color: #0EB10C; }
a { background-color: rgb(14,177,12); }
div.DivClassName
{
background-color: #0EB10C;
}
.BgClassName
{
background-color: #0EB10C;
}
</style>
border-color css
<style>
span { border-color: #0EB10C; }
span { border-color: rgb(14,177,12); }
td.TdClassName
{
border-color: #0EB10C;
}
.TagClassName
{
border-color: #0EB10C;
}
</style>