Shades of Islamic Green #0EBB07
Tints of Islamic Green #0EBB07
RGB
CMYK
RGB Variations
Color information
#0EBB07 (or 0x0EBB07) is known color: Islamic Green. HEX triplet: 0E, BB and 07. RGB value is (14,187,7). Sum of RGB (Red+Green+Blue) = 14+187+7=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 187 (73.44% from 255 or 89.90% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBB07 is #F144F8. Grayscale: #737373. Windows color (decimal): -15811833 or 506638. OLE color: 506638.
HSL color Cylindrical-coordinate representation of color #0EBB07: hue angle of 117.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EBB07 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 7 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.27 |
| HSL | 117.67º | 0.93% | 0.38% | - |
| HSV(B) | 117.67º | 0.96% | 0.73% | - |
| XYZ | 17.99 | 35.65 | 6.13 | - |
| YUV | 114.75 | 67.19 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 7 | 0.93 | 0 | 0.96 | 0.27 | 117.67 | 0.93 | 0.38 |
| Hex | E | BB | 7 | 5D | 0 | 60 | 1B | 76 | 5D | 26 |
| Octal | 16 | 273 | 7 | 135 | 0 | 140 | 33 | 166 | 135 | 46 |
| Binary | 1110 | 10111011 | 111 | 1011101 | 0 | 1100000 | 11011 | 1110110 | 1011101 | 100110 |
Color Harmonies of #0EBB07
Complementary color
Monochromatic Colors of #0EBB07
Black with #0EBB07
Text Example
Text Example
White with #0EBB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB07; }
p { color: rgb(14,187,7); }
H1.HeaderClassName
{
color: #0EBB07;
}
.AnyTagClassName
{
color: #0EBB07;
}
</style>
background-color css
<style>
a { background-color: #0EBB07; }
a { background-color: rgb(14,187,7); }
div.DivClassName
{
background-color: #0EBB07;
}
.BgClassName
{
background-color: #0EBB07;
}
</style>
border-color css
<style>
span { border-color: #0EBB07; }
span { border-color: rgb(14,187,7); }
td.TdClassName
{
border-color: #0EBB07;
}
.TagClassName
{
border-color: #0EBB07;
}
</style>