Shades of Islamic Green #0EB701
Tints of Islamic Green #0EB701
RGB
CMYK
RGB Variations
Color information
#0EB701 (or 0x0EB701) is known color: Islamic Green. HEX triplet: 0E, B7 and 01. RGB value is (14,183,1). Sum of RGB (Red+Green+Blue) = 14+183+1=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 183 (71.88% from 255 or 92.42% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB701 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB701 is #F148FE. Grayscale: #707070. Windows color (decimal): -15812863 or 112398. OLE color: 112398.
HSL color Cylindrical-coordinate representation of color #0EB701: hue angle of 115.71º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EB701 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 183 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.28 |
| HSL | 115.71º | 0.99% | 0.36% | - |
| HSV(B) | 115.71º | 0.99% | 0.72% | - |
| XYZ | 17.12 | 33.96 | 5.68 | - |
| YUV | 111.72 | 65.51 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 183 | 1 | 0.92 | 0 | 0.99 | 0.28 | 115.71 | 0.99 | 0.36 |
| Hex | E | B7 | 1 | 5C | 0 | 63 | 1C | 74 | 63 | 24 |
| Octal | 16 | 267 | 1 | 134 | 0 | 143 | 34 | 164 | 143 | 44 |
| Binary | 1110 | 10110111 | 1 | 1011100 | 0 | 1100011 | 11100 | 1110100 | 1100011 | 100100 |
Color Harmonies of #0EB701
Complementary color
Monochromatic Colors of #0EB701
Black with #0EB701
Text Example
Text Example
White with #0EB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB701; }
p { color: rgb(14,183,1); }
H1.HeaderClassName
{
color: #0EB701;
}
.AnyTagClassName
{
color: #0EB701;
}
</style>
background-color css
<style>
a { background-color: #0EB701; }
a { background-color: rgb(14,183,1); }
div.DivClassName
{
background-color: #0EB701;
}
.BgClassName
{
background-color: #0EB701;
}
</style>
border-color css
<style>
span { border-color: #0EB701; }
span { border-color: rgb(14,183,1); }
td.TdClassName
{
border-color: #0EB701;
}
.TagClassName
{
border-color: #0EB701;
}
</style>