Shades of Islamic Green #0EA701
Tints of Islamic Green #0EA701
RGB
CMYK
RGB Variations
Color information
#0EA701 (or 0x0EA701) is known color: Islamic Green. HEX triplet: 0E, A7 and 01. RGB value is (14,167,1). Sum of RGB (Red+Green+Blue) = 14+167+1=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 167 (65.62% from 255 or 91.76% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA701 is #F158FE. Grayscale: #666666. Windows color (decimal): -15816959 or 108302. OLE color: 108302.
HSL color Cylindrical-coordinate representation of color #0EA701: hue angle of 115.3º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EA701 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 167 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.35 |
| HSL | 115.3º | 0.99% | 0.33% | - |
| HSV(B) | 115.3º | 0.99% | 0.65% | - |
| XYZ | 14.01 | 27.73 | 4.64 | - |
| YUV | 102.33 | 70.81 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 1 | 0.92 | 0 | 0.99 | 0.35 | 115.3 | 0.99 | 0.33 |
| Hex | E | A7 | 1 | 5C | 0 | 63 | 23 | 73 | 63 | 21 |
| Octal | 16 | 247 | 1 | 134 | 0 | 143 | 43 | 163 | 143 | 41 |
| Binary | 1110 | 10100111 | 1 | 1011100 | 0 | 1100011 | 100011 | 1110011 | 1100011 | 100001 |
Color Harmonies of #0EA701
Complementary color
Monochromatic Colors of #0EA701
Black with #0EA701
Text Example
Text Example
White with #0EA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA701; }
p { color: rgb(14,167,1); }
H1.HeaderClassName
{
color: #0EA701;
}
.AnyTagClassName
{
color: #0EA701;
}
</style>
background-color css
<style>
a { background-color: #0EA701; }
a { background-color: rgb(14,167,1); }
div.DivClassName
{
background-color: #0EA701;
}
.BgClassName
{
background-color: #0EA701;
}
</style>
border-color css
<style>
span { border-color: #0EA701; }
span { border-color: rgb(14,167,1); }
td.TdClassName
{
border-color: #0EA701;
}
.TagClassName
{
border-color: #0EA701;
}
</style>