#0EAE0F

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

Shades of Islamic Green #0EAE0F

Tints of Islamic Green #0EAE0F

Color information

#0EAE0F (or 0x0EAE0F) is unknown color: approx Islamic Green. HEX triplet: 0E, AE and 0F. RGB value is (14,174,15). Sum of RGB (Red+Green+Blue) = 14+174+15=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 174 (68.36% from 255 or 85.71% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAE0F is #F151F0. Grayscale: #6C6C6C. Windows color (decimal): -15815153 or 1027598. OLE color: 1027598.

HSL color Cylindrical-coordinate representation of color #0EAE0F: hue angle of 120.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAE0F is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB1417415-
CMYK0.9200.910.32
HSL120.38º85.11%36.86%-
HSV(B)120.38º91.95%68.24%-
XYZ15.430.45.51-
YUV108.0375.4960.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.90%
GREEN value IS 174 (68.36% from 255) = 85.71%
BLUE value IS 15 (6.25% from 255) = 7.39%
R=6.90%
G=85.71%
B=7.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14174150.9200.910.32120.3885.1136.86
HexEAEF5C05B20785525
Octal162561713401334017012545
Binary111010101110111110111000101101110000011110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,174,15); }

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

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

 a { background-color: rgb(14,174,15); }

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

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

 span { border-color: rgb(14,174,15); }

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