#0EAF06

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

Shades of Islamic Green #0EAF06

Tints of Islamic Green #0EAF06

Color information

#0EAF06 (or 0x0EAF06) is unknown color: approx Islamic Green. HEX triplet: 0E, AF and 06. RGB value is (14,175,6). Sum of RGB (Red+Green+Blue) = 14+175+6=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 175 (68.75% from 255 or 89.74% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAF06 is #F150F9. Grayscale: #6C6C6C. Windows color (decimal): -15814906 or 438030. OLE color: 438030.

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

Color convert

RGB141756-
CMYK0.9200.970.31
HSL117.16º93.37%35.49%-
HSV(B)117.16º96.57%68.63%-
XYZ15.5430.775.29-
YUV107.670.6661.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.18%
GREEN value IS 175 (68.75% from 255) = 89.74%
BLUE value IS 6 (2.73% from 255) = 3.08%
R=7.18%
G=89.74%
B=3.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1417560.9200.970.31117.1693.3735.49
HexEAF65C0611F755d23
Octal16257613401413716513543
Binary1110101011111101011100011000011111111101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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