Shades of Islamic Green #0EB114
Tints of Islamic Green #0EB114
RGB
CMYK
RGB Variations
Color information
#0EB114 (or 0x0EB114) is known color: Islamic Green. HEX triplet: 0E, B1 and 14. RGB value is (14,177,20). Sum of RGB (Red+Green+Blue) = 14+177+20=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 177 (69.53% from 255 or 83.89% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB114 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB114 is #F14EEB. Grayscale: #6E6E6E. Windows color (decimal): -15814380 or 1356046. OLE color: 1356046.
HSL color Cylindrical-coordinate representation of color #0EB114: hue angle of 122.21º 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 #0EB114 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 177 | 20 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.31 |
| HSL | 122.21º | 0.85% | 0.37% | - |
| HSV(B) | 122.21º | 0.92% | 0.69% | - |
| XYZ | 16.03 | 31.59 | 5.91 | - |
| YUV | 110.37 | 77 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 177 | 20 | 0.92 | 0 | 0.89 | 0.31 | 122.21 | 0.85 | 0.37 |
| Hex | E | B1 | 14 | 5C | 0 | 59 | 1F | 7A | 55 | 25 |
| Octal | 16 | 261 | 24 | 134 | 0 | 131 | 37 | 172 | 125 | 45 |
| Binary | 1110 | 10110001 | 10100 | 1011100 | 0 | 1011001 | 11111 | 1111010 | 1010101 | 100101 |
Color Harmonies of #0EB114
Complementary color
Monochromatic Colors of #0EB114
Black with #0EB114
Text Example
Text Example
White with #0EB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB114; }
p { color: rgb(14,177,20); }
H1.HeaderClassName
{
color: #0EB114;
}
.AnyTagClassName
{
color: #0EB114;
}
</style>
background-color css
<style>
a { background-color: #0EB114; }
a { background-color: rgb(14,177,20); }
div.DivClassName
{
background-color: #0EB114;
}
.BgClassName
{
background-color: #0EB114;
}
</style>
border-color css
<style>
span { border-color: #0EB114; }
span { border-color: rgb(14,177,20); }
td.TdClassName
{
border-color: #0EB114;
}
.TagClassName
{
border-color: #0EB114;
}
</style>