Shades of Islamic Green #0EC809
Tints of Islamic Green #0EC809
RGB
CMYK
RGB Variations
Color information
#0EC809 (or 0x0EC809) is known color: Islamic Green. HEX triplet: 0E, C8 and 09. RGB value is (14,200,9). Sum of RGB (Red+Green+Blue) = 14+200+9=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 200 (78.52% from 255 or 89.69% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC809 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC809 is #F137F6. Grayscale: #7B7B7B. Windows color (decimal): -15808503 or 641038. OLE color: 641038.
HSL color Cylindrical-coordinate representation of color #0EC809: hue angle of 118.43º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EC809 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 200 | 9 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.22 |
| HSL | 118.43º | 0.91% | 0.41% | - |
| HSV(B) | 118.43º | 0.96% | 0.78% | - |
| XYZ | 20.88 | 41.42 | 7.15 | - |
| YUV | 122.61 | 63.88 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 9 | 0.93 | 0 | 0.96 | 0.22 | 118.43 | 0.91 | 0.41 |
| Hex | E | C8 | 9 | 5D | 0 | 60 | 16 | 76 | 5B | 29 |
| Octal | 16 | 310 | 11 | 135 | 0 | 140 | 26 | 166 | 133 | 51 |
| Binary | 1110 | 11001000 | 1001 | 1011101 | 0 | 1100000 | 10110 | 1110110 | 1011011 | 101001 |
Color Harmonies of #0EC809
Complementary color
Monochromatic Colors of #0EC809
Black with #0EC809
Text Example
Text Example
White with #0EC809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC809; }
p { color: rgb(14,200,9); }
H1.HeaderClassName
{
color: #0EC809;
}
.AnyTagClassName
{
color: #0EC809;
}
</style>
background-color css
<style>
a { background-color: #0EC809; }
a { background-color: rgb(14,200,9); }
div.DivClassName
{
background-color: #0EC809;
}
.BgClassName
{
background-color: #0EC809;
}
</style>
border-color css
<style>
span { border-color: #0EC809; }
span { border-color: rgb(14,200,9); }
td.TdClassName
{
border-color: #0EC809;
}
.TagClassName
{
border-color: #0EC809;
}
</style>