Shades of Islamic Green #0EBC02
Tints of Islamic Green #0EBC02
RGB
CMYK
RGB Variations
Color information
#0EBC02 (or 0x0EBC02) is known color: Islamic Green. HEX triplet: 0E, BC and 02. RGB value is (14,188,2). Sum of RGB (Red+Green+Blue) = 14+188+2=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 188 (73.83% from 255 or 92.16% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBC02 is #F143FD. Grayscale: #737373. Windows color (decimal): -15811582 or 179214. OLE color: 179214.
HSL color Cylindrical-coordinate representation of color #0EBC02: hue angle of 116.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EBC02 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.26 |
| HSL | 116.13º | 0.98% | 0.37% | - |
| HSV(B) | 116.13º | 0.99% | 0.74% | - |
| XYZ | 18.18 | 36.06 | 6.06 | - |
| YUV | 114.77 | 64.35 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 2 | 0.93 | 0 | 0.99 | 0.26 | 116.13 | 0.98 | 0.37 |
| Hex | E | BC | 2 | 5D | 0 | 63 | 1A | 74 | 62 | 25 |
| Octal | 16 | 274 | 2 | 135 | 0 | 143 | 32 | 164 | 142 | 45 |
| Binary | 1110 | 10111100 | 10 | 1011101 | 0 | 1100011 | 11010 | 1110100 | 1100010 | 100101 |
Color Harmonies of #0EBC02
Complementary color
Monochromatic Colors of #0EBC02
Black with #0EBC02
Text Example
Text Example
White with #0EBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC02; }
p { color: rgb(14,188,2); }
H1.HeaderClassName
{
color: #0EBC02;
}
.AnyTagClassName
{
color: #0EBC02;
}
</style>
background-color css
<style>
a { background-color: #0EBC02; }
a { background-color: rgb(14,188,2); }
div.DivClassName
{
background-color: #0EBC02;
}
.BgClassName
{
background-color: #0EBC02;
}
</style>
border-color css
<style>
span { border-color: #0EBC02; }
span { border-color: rgb(14,188,2); }
td.TdClassName
{
border-color: #0EBC02;
}
.TagClassName
{
border-color: #0EBC02;
}
</style>