#0EA403

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

Shades of Islamic Green #0EA403

Tints of Islamic Green #0EA403

Color information

#0EA403 (or 0x0EA403) is unknown color: approx Islamic Green. HEX triplet: 0E, A4 and 03. RGB value is (14,164,3). Sum of RGB (Red+Green+Blue) = 14+164+3=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 164 (64.45% from 255 or 90.61% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA403 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA403 is #F15BFC. Grayscale: #656565. Windows color (decimal): -15817725 or 238606. OLE color: 238606.

HSL color Cylindrical-coordinate representation of color #0EA403: hue angle of 115.9º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EA403 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB141643-
CMYK0.9100.980.36
HSL115.9º96.41%32.75%-
HSV(B)115.9º98.17%64.31%-
XYZ13.4726.654.52-
YUV100.872.8166.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.73%
GREEN value IS 164 (64.45% from 255) = 90.61%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=7.73%
G=90.61%
B=1.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1416430.9100.980.36115.996.4132.75
HexEA435B06224746021
Octal16244313301424416414041
Binary1110101001001110110110110001010010011101001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,164,3); }

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

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

 a { background-color: rgb(14,164,3); }

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

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

 span { border-color: rgb(14,164,3); }

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