Shades of Islamic Green #0EBB16
Tints of Islamic Green #0EBB16
RGB
CMYK
RGB Variations
Color information
#0EBB16 (or 0x0EBB16) is known color: Islamic Green. HEX triplet: 0E, BB and 16. RGB value is (14,187,22). Sum of RGB (Red+Green+Blue) = 14+187+22=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 187 (73.44% from 255 or 83.86% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBB16 is #F144E9. Grayscale: #747474. Windows color (decimal): -15811818 or 1489678. OLE color: 1489678.
HSL color Cylindrical-coordinate representation of color #0EBB16: hue angle of 122.77º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB16 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 22 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.27 |
| HSL | 122.77º | 0.86% | 0.39% | - |
| HSV(B) | 122.77º | 0.93% | 0.73% | - |
| XYZ | 18.1 | 35.69 | 6.69 | - |
| YUV | 116.46 | 74.69 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 22 | 0.93 | 0 | 0.88 | 0.27 | 122.77 | 0.86 | 0.39 |
| Hex | E | BB | 16 | 5D | 0 | 58 | 1B | 7B | 56 | 27 |
| Octal | 16 | 273 | 26 | 135 | 0 | 130 | 33 | 173 | 126 | 47 |
| Binary | 1110 | 10111011 | 10110 | 1011101 | 0 | 1011000 | 11011 | 1111011 | 1010110 | 100111 |
Color Harmonies of #0EBB16
Complementary color
Monochromatic Colors of #0EBB16
Black with #0EBB16
Text Example
Text Example
White with #0EBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB16; }
p { color: rgb(14,187,22); }
H1.HeaderClassName
{
color: #0EBB16;
}
.AnyTagClassName
{
color: #0EBB16;
}
</style>
background-color css
<style>
a { background-color: #0EBB16; }
a { background-color: rgb(14,187,22); }
div.DivClassName
{
background-color: #0EBB16;
}
.BgClassName
{
background-color: #0EBB16;
}
</style>
border-color css
<style>
span { border-color: #0EBB16; }
span { border-color: rgb(14,187,22); }
td.TdClassName
{
border-color: #0EBB16;
}
.TagClassName
{
border-color: #0EBB16;
}
</style>