Shades of Islamic Green #0EA201
Tints of Islamic Green #0EA201
RGB
CMYK
RGB Variations
Color information
#0EA201 (or 0x0EA201) is known color: Islamic Green. HEX triplet: 0E, A2 and 01. RGB value is (14,162,1). Sum of RGB (Red+Green+Blue) = 14+162+1=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 162 (63.67% from 255 or 91.53% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA201 is #F15DFE. Grayscale: #636363. Windows color (decimal): -15818239 or 107022. OLE color: 107022.
HSL color Cylindrical-coordinate representation of color #0EA201: hue angle of 115.16º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EA201 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 162 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.36 |
| HSL | 115.16º | 0.99% | 0.32% | - |
| HSV(B) | 115.16º | 0.99% | 0.64% | - |
| XYZ | 13.11 | 25.94 | 4.34 | - |
| YUV | 99.39 | 72.47 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 1 | 0.91 | 0 | 0.99 | 0.36 | 115.16 | 0.99 | 0.32 |
| Hex | E | A2 | 1 | 5B | 0 | 63 | 24 | 73 | 63 | 20 |
| Octal | 16 | 242 | 1 | 133 | 0 | 143 | 44 | 163 | 143 | 40 |
| Binary | 1110 | 10100010 | 1 | 1011011 | 0 | 1100011 | 100100 | 1110011 | 1100011 | 100000 |
Color Harmonies of #0EA201
Complementary color
Monochromatic Colors of #0EA201
Black with #0EA201
Text Example
Text Example
White with #0EA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA201; }
p { color: rgb(14,162,1); }
H1.HeaderClassName
{
color: #0EA201;
}
.AnyTagClassName
{
color: #0EA201;
}
</style>
background-color css
<style>
a { background-color: #0EA201; }
a { background-color: rgb(14,162,1); }
div.DivClassName
{
background-color: #0EA201;
}
.BgClassName
{
background-color: #0EA201;
}
</style>
border-color css
<style>
span { border-color: #0EA201; }
span { border-color: rgb(14,162,1); }
td.TdClassName
{
border-color: #0EA201;
}
.TagClassName
{
border-color: #0EA201;
}
</style>