Shades of Islamic Green #0EB117
Tints of Islamic Green #0EB117
RGB
CMYK
RGB Variations
Color information
#0EB117 (or 0x0EB117) is known color: Islamic Green. HEX triplet: 0E, B1 and 17. RGB value is (14,177,23). Sum of RGB (Red+Green+Blue) = 14+177+23=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 177 (69.53% from 255 or 82.71% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB117 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB117 is #F14EE8. Grayscale: #6F6F6F. Windows color (decimal): -15814377 or 1552654. OLE color: 1552654.
HSL color Cylindrical-coordinate representation of color #0EB117: hue angle of 123.31º 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 #0EB117 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 177 | 23 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.31 |
| HSL | 123.31º | 0.85% | 0.37% | - |
| HSV(B) | 123.31º | 0.92% | 0.69% | - |
| XYZ | 16.06 | 31.6 | 6.06 | - |
| YUV | 110.71 | 78.5 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 177 | 23 | 0.92 | 0 | 0.87 | 0.31 | 123.31 | 0.85 | 0.37 |
| Hex | E | B1 | 17 | 5C | 0 | 57 | 1F | 7B | 55 | 25 |
| Octal | 16 | 261 | 27 | 134 | 0 | 127 | 37 | 173 | 125 | 45 |
| Binary | 1110 | 10110001 | 10111 | 1011100 | 0 | 1010111 | 11111 | 1111011 | 1010101 | 100101 |
Color Harmonies of #0EB117
Complementary color
Monochromatic Colors of #0EB117
Black with #0EB117
Text Example
Text Example
White with #0EB117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB117; }
p { color: rgb(14,177,23); }
H1.HeaderClassName
{
color: #0EB117;
}
.AnyTagClassName
{
color: #0EB117;
}
</style>
background-color css
<style>
a { background-color: #0EB117; }
a { background-color: rgb(14,177,23); }
div.DivClassName
{
background-color: #0EB117;
}
.BgClassName
{
background-color: #0EB117;
}
</style>
border-color css
<style>
span { border-color: #0EB117; }
span { border-color: rgb(14,177,23); }
td.TdClassName
{
border-color: #0EB117;
}
.TagClassName
{
border-color: #0EB117;
}
</style>