Shades of Islamic Green #0EA202
Tints of Islamic Green #0EA202
RGB
CMYK
RGB Variations
Color information
#0EA202 (or 0x0EA202) is known color: Islamic Green. HEX triplet: 0E, A2 and 02. RGB value is (14,162,2). Sum of RGB (Red+Green+Blue) = 14+162+2=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 162 (63.67% from 255 or 91.01% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA202 is #F15DFD. Grayscale: #646464. Windows color (decimal): -15818238 or 172558. OLE color: 172558.
HSL color Cylindrical-coordinate representation of color #0EA202: hue angle of 115.5º degrees, saturation: 0.98, 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 #0EA202 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 162 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.36 |
| HSL | 115.5º | 0.98% | 0.32% | - |
| HSV(B) | 115.5º | 0.99% | 0.64% | - |
| XYZ | 13.11 | 25.94 | 4.37 | - |
| YUV | 99.51 | 72.97 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 2 | 0.91 | 0 | 0.99 | 0.36 | 115.5 | 0.98 | 0.32 |
| Hex | E | A2 | 2 | 5B | 0 | 63 | 24 | 74 | 62 | 20 |
| Octal | 16 | 242 | 2 | 133 | 0 | 143 | 44 | 164 | 142 | 40 |
| Binary | 1110 | 10100010 | 10 | 1011011 | 0 | 1100011 | 100100 | 1110100 | 1100010 | 100000 |
Color Harmonies of #0EA202
Complementary color
Monochromatic Colors of #0EA202
Black with #0EA202
Text Example
Text Example
White with #0EA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA202; }
p { color: rgb(14,162,2); }
H1.HeaderClassName
{
color: #0EA202;
}
.AnyTagClassName
{
color: #0EA202;
}
</style>
background-color css
<style>
a { background-color: #0EA202; }
a { background-color: rgb(14,162,2); }
div.DivClassName
{
background-color: #0EA202;
}
.BgClassName
{
background-color: #0EA202;
}
</style>
border-color css
<style>
span { border-color: #0EA202; }
span { border-color: rgb(14,162,2); }
td.TdClassName
{
border-color: #0EA202;
}
.TagClassName
{
border-color: #0EA202;
}
</style>