#0EAE14

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

Shades of Islamic Green #0EAE14

Tints of Islamic Green #0EAE14

Color information

#0EAE14 (or 0x0EAE14) is unknown color: approx Islamic Green. HEX triplet: 0E, AE and 14. RGB value is (14,174,20). Sum of RGB (Red+Green+Blue) = 14+174+20=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 174 (68.36% from 255 or 83.65% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAE14 is #F151EB. Grayscale: #6D6D6D. Windows color (decimal): -15815148 or 1355278. OLE color: 1355278.

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

Color convert

RGB1417420-
CMYK0.9200.890.32
HSL122.25º85.11%36.86%-
HSV(B)122.25º91.95%68.24%-
XYZ15.4430.425.72-
YUV108.677.9960.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.73%
GREEN value IS 174 (68.36% from 255) = 83.65%
BLUE value IS 20 (8.20% from 255) = 9.62%
R=6.73%
G=83.65%
B=9.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14174200.9200.890.32122.2585.1136.86
HexEAE145C059207a5525
Octal162562413401314017212545
Binary1110101011101010010111000101100110000011110101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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