Shades of Islamic Green #0EAF14
Tints of Islamic Green #0EAF14
RGB
CMYK
RGB Variations
Color information
#0EAF14 (or 0x0EAF14) is known color: Islamic Green. HEX triplet: 0E, AF and 14. RGB value is (14,175,20). Sum of RGB (Red+Green+Blue) = 14+175+20=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 175 (68.75% from 255 or 83.73% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAF14 is #F150EB. Grayscale: #6D6D6D. Windows color (decimal): -15814892 or 1355534. OLE color: 1355534.
HSL color Cylindrical-coordinate representation of color #0EAF14: hue angle of 122.24º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAF14 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 20 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.31 |
| HSL | 122.24º | 0.85% | 0.37% | - |
| HSV(B) | 122.24º | 0.92% | 0.69% | - |
| XYZ | 15.64 | 30.8 | 5.78 | - |
| YUV | 109.19 | 77.66 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 20 | 0.92 | 0 | 0.89 | 0.31 | 122.24 | 0.85 | 0.37 |
| Hex | E | AF | 14 | 5C | 0 | 59 | 1F | 7A | 55 | 25 |
| Octal | 16 | 257 | 24 | 134 | 0 | 131 | 37 | 172 | 125 | 45 |
| Binary | 1110 | 10101111 | 10100 | 1011100 | 0 | 1011001 | 11111 | 1111010 | 1010101 | 100101 |
Color Harmonies of #0EAF14
Complementary color
Monochromatic Colors of #0EAF14
Black with #0EAF14
Text Example
Text Example
White with #0EAF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF14; }
p { color: rgb(14,175,20); }
H1.HeaderClassName
{
color: #0EAF14;
}
.AnyTagClassName
{
color: #0EAF14;
}
</style>
background-color css
<style>
a { background-color: #0EAF14; }
a { background-color: rgb(14,175,20); }
div.DivClassName
{
background-color: #0EAF14;
}
.BgClassName
{
background-color: #0EAF14;
}
</style>
border-color css
<style>
span { border-color: #0EAF14; }
span { border-color: rgb(14,175,20); }
td.TdClassName
{
border-color: #0EAF14;
}
.TagClassName
{
border-color: #0EAF14;
}
</style>