Shades of Islamic Green #0EB113
Tints of Islamic Green #0EB113
RGB
CMYK
RGB Variations
Color information
#0EB113 (or 0x0EB113) is known color: Islamic Green. HEX triplet: 0E, B1 and 13. RGB value is (14,177,19). Sum of RGB (Red+Green+Blue) = 14+177+19=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 177 (69.53% from 255 or 84.29% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB113 is #F14EEC. Grayscale: #6E6E6E. Windows color (decimal): -15814381 or 1290510. OLE color: 1290510.
HSL color Cylindrical-coordinate representation of color #0EB113: hue angle of 121.84º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB113 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 177 | 19 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.31 |
| HSL | 121.84º | 0.85% | 0.37% | - |
| HSV(B) | 121.84º | 0.92% | 0.69% | - |
| XYZ | 16.02 | 31.58 | 5.87 | - |
| YUV | 110.25 | 76.5 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 177 | 19 | 0.92 | 0 | 0.89 | 0.31 | 121.84 | 0.85 | 0.37 |
| Hex | E | B1 | 13 | 5C | 0 | 59 | 1F | 7A | 55 | 25 |
| Octal | 16 | 261 | 23 | 134 | 0 | 131 | 37 | 172 | 125 | 45 |
| Binary | 1110 | 10110001 | 10011 | 1011100 | 0 | 1011001 | 11111 | 1111010 | 1010101 | 100101 |
Color Harmonies of #0EB113
Complementary color
Monochromatic Colors of #0EB113
Black with #0EB113
Text Example
Text Example
White with #0EB113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB113; }
p { color: rgb(14,177,19); }
H1.HeaderClassName
{
color: #0EB113;
}
.AnyTagClassName
{
color: #0EB113;
}
</style>
background-color css
<style>
a { background-color: #0EB113; }
a { background-color: rgb(14,177,19); }
div.DivClassName
{
background-color: #0EB113;
}
.BgClassName
{
background-color: #0EB113;
}
</style>
border-color css
<style>
span { border-color: #0EB113; }
span { border-color: rgb(14,177,19); }
td.TdClassName
{
border-color: #0EB113;
}
.TagClassName
{
border-color: #0EB113;
}
</style>