Shades of Islamic Green #0EBB17
Tints of Islamic Green #0EBB17
RGB
CMYK
RGB Variations
Color information
#0EBB17 (or 0x0EBB17) is known color: Islamic Green. HEX triplet: 0E, BB and 17. RGB value is (14,187,23). Sum of RGB (Red+Green+Blue) = 14+187+23=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 187 (73.44% from 255 or 83.48% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBB17 is #F144E8. Grayscale: #757575. Windows color (decimal): -15811817 or 1555214. OLE color: 1555214.
HSL color Cylindrical-coordinate representation of color #0EBB17: hue angle of 123.12º 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 #0EBB17 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 23 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.27 |
| HSL | 123.12º | 0.86% | 0.39% | - |
| HSV(B) | 123.12º | 0.93% | 0.73% | - |
| XYZ | 18.11 | 35.7 | 6.75 | - |
| YUV | 116.58 | 75.19 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 23 | 0.93 | 0 | 0.88 | 0.27 | 123.12 | 0.86 | 0.39 |
| Hex | E | BB | 17 | 5D | 0 | 58 | 1B | 7B | 56 | 27 |
| Octal | 16 | 273 | 27 | 135 | 0 | 130 | 33 | 173 | 126 | 47 |
| Binary | 1110 | 10111011 | 10111 | 1011101 | 0 | 1011000 | 11011 | 1111011 | 1010110 | 100111 |
Color Harmonies of #0EBB17
Complementary color
Monochromatic Colors of #0EBB17
Black with #0EBB17
Text Example
Text Example
White with #0EBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB17; }
p { color: rgb(14,187,23); }
H1.HeaderClassName
{
color: #0EBB17;
}
.AnyTagClassName
{
color: #0EBB17;
}
</style>
background-color css
<style>
a { background-color: #0EBB17; }
a { background-color: rgb(14,187,23); }
div.DivClassName
{
background-color: #0EBB17;
}
.BgClassName
{
background-color: #0EBB17;
}
</style>
border-color css
<style>
span { border-color: #0EBB17; }
span { border-color: rgb(14,187,23); }
td.TdClassName
{
border-color: #0EBB17;
}
.TagClassName
{
border-color: #0EBB17;
}
</style>