Shades of Islamic Green #0EBB05
Tints of Islamic Green #0EBB05
RGB
CMYK
RGB Variations
Color information
#0EBB05 (or 0x0EBB05) is known color: Islamic Green. HEX triplet: 0E, BB and 05. RGB value is (14,187,5). Sum of RGB (Red+Green+Blue) = 14+187+5=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 187 (73.44% from 255 or 90.78% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBB05 is #F144FA. Grayscale: #737373. Windows color (decimal): -15811835 or 375566. OLE color: 375566.
HSL color Cylindrical-coordinate representation of color #0EBB05: hue angle of 117.03º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EBB05 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.27 |
| HSL | 117.03º | 0.95% | 0.38% | - |
| HSV(B) | 117.03º | 0.97% | 0.73% | - |
| XYZ | 17.98 | 35.64 | 6.08 | - |
| YUV | 114.53 | 66.19 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 5 | 0.93 | 0 | 0.97 | 0.27 | 117.03 | 0.95 | 0.38 |
| Hex | E | BB | 5 | 5D | 0 | 61 | 1B | 75 | 5F | 26 |
| Octal | 16 | 273 | 5 | 135 | 0 | 141 | 33 | 165 | 137 | 46 |
| Binary | 1110 | 10111011 | 101 | 1011101 | 0 | 1100001 | 11011 | 1110101 | 1011111 | 100110 |
Color Harmonies of #0EBB05
Complementary color
Monochromatic Colors of #0EBB05
Black with #0EBB05
Text Example
Text Example
White with #0EBB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB05; }
p { color: rgb(14,187,5); }
H1.HeaderClassName
{
color: #0EBB05;
}
.AnyTagClassName
{
color: #0EBB05;
}
</style>
background-color css
<style>
a { background-color: #0EBB05; }
a { background-color: rgb(14,187,5); }
div.DivClassName
{
background-color: #0EBB05;
}
.BgClassName
{
background-color: #0EBB05;
}
</style>
border-color css
<style>
span { border-color: #0EBB05; }
span { border-color: rgb(14,187,5); }
td.TdClassName
{
border-color: #0EBB05;
}
.TagClassName
{
border-color: #0EBB05;
}
</style>