#0EAE0D

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

Shades of Islamic Green #0EAE0D

Tints of Islamic Green #0EAE0D

Color information

#0EAE0D (or 0x0EAE0D) is unknown color: approx Islamic Green. HEX triplet: 0E, AE and 0D. RGB value is (14,174,13). Sum of RGB (Red+Green+Blue) = 14+174+13=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 174 (68.36% from 255 or 86.57% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAE0D is #F151F2. Grayscale: #6C6C6C. Windows color (decimal): -15815155 or 896526. OLE color: 896526.

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

Color convert

RGB1417413-
CMYK0.9200.930.32
HSL119.63º86.1%36.67%-
HSV(B)119.63º92.53%68.24%-
XYZ15.3930.395.44-
YUV107.8174.4961.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 174 (68.36% from 255) = 86.57%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=6.97%
G=86.57%
B=6.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14174130.9200.930.32119.6386.136.67
HexEAED5C05D20785625
Octal162561513401354017012645
Binary111010101110110110111000101110110000011110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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