#0EA40B

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

Shades of Islamic Green #0EA40B

Tints of Islamic Green #0EA40B

Color information

#0EA40B (or 0x0EA40B) is unknown color: approx Islamic Green. HEX triplet: 0E, A4 and 0B. RGB value is (14,164,11). Sum of RGB (Red+Green+Blue) = 14+164+11=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 164 (64.45% from 255 or 86.77% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA40B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA40B is #F15BF4. Grayscale: #666666. Windows color (decimal): -15817717 or 762894. OLE color: 762894.

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

Color convert

RGB1416411-
CMYK0.9100.930.36
HSL118.82º87.43%34.31%-
HSV(B)118.82º93.29%64.31%-
XYZ13.5226.674.75-
YUV101.7176.8165.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.41%
GREEN value IS 164 (64.45% from 255) = 86.77%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=7.41%
G=86.77%
B=5.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14164110.9100.930.36118.8287.4334.31
HexEA4B5B05D24775722
Octal162441313301354416712742
Binary111010100100101110110110101110110010011101111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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