#0EAF0A

Color #0EAF0A Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0EAF0A

Tints of Islamic Green #0EAF0A

Color information

#0EAF0A (or 0x0EAF0A) is unknown color: approx Islamic Green. HEX triplet: 0E, AF and 0A. RGB value is (14,175,10). Sum of RGB (Red+Green+Blue) = 14+175+10=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 175 (68.75% from 255 or 87.94% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAF0A is #F150F5. Grayscale: #6C6C6C. Windows color (decimal): -15814902 or 700174. OLE color: 700174.

HSL color Cylindrical-coordinate representation of color #0EAF0A: hue angle of 118.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EAF0A is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1417510-
CMYK0.9200.940.31
HSL118.55º89.19%36.27%-
HSV(B)118.55º94.29%68.63%-
XYZ15.5730.785.41-
YUV108.0572.6660.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 7.04%
GREEN value IS 175 (68.75% from 255) = 87.94%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=7.04%
G=87.94%
B=5.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14175100.9200.940.31118.5589.1936.27
HexEAFA5C05E1F775924
Octal162571213401363716713144
Binary11101010111110101011100010111101111111101111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EAF0A; }

 p { color: rgb(14,175,10); }

 H1.HeaderClassName
 {
   color: #0EAF0A;
 }
 .AnyTagClassName
 {
   color: #0EAF0A;
 }
</style>
background-color css

<style>
 a { background-color: #0EAF0A; }

 a { background-color: rgb(14,175,10); }

 div.DivClassName
 {
   background-color: #0EAF0A;
 }
 .BgClassName
 {
   background-color: #0EAF0A;
 }
</style>
border-color css

<style>
 span { border-color: #0EAF0A; }

 span { border-color: rgb(14,175,10); }

 td.TdClassName
 {
   border-color: #0EAF0A;
 }
 .TagClassName
 {
   border-color: #0EAF0A;
 }
</style>