#0EAE11

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

Shades of Islamic Green #0EAE11

Tints of Islamic Green #0EAE11

Color information

#0EAE11 (or 0x0EAE11) is unknown color: approx Islamic Green. HEX triplet: 0E, AE and 11. RGB value is (14,174,17). Sum of RGB (Red+Green+Blue) = 14+174+17=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 174 (68.36% from 255 or 84.88% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAE11 is #F151EE. Grayscale: #6C6C6C. Windows color (decimal): -15815151 or 1158670. OLE color: 1158670.

HSL color Cylindrical-coordinate representation of color #0EAE11: hue angle of 121.12º 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 #0EAE11 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1417417-
CMYK0.9200.900.32
HSL121.12º85.11%36.86%-
HSV(B)121.12º91.95%68.24%-
XYZ15.4230.415.59-
YUV108.2676.4960.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.83%
GREEN value IS 174 (68.36% from 255) = 84.88%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=6.83%
G=84.88%
B=8.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14174170.9200.900.32121.1285.1136.86
HexEAE115C05A20795525
Octal162562113401324017112545
Binary1110101011101000110111000101101010000011110011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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