#0EA010

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

Shades of Islamic Green #0EA010

Tints of Islamic Green #0EA010

Color information

#0EA010 (or 0x0EA010) is unknown color: approx Islamic Green. HEX triplet: 0E, A0 and 10. RGB value is (14,160,16). Sum of RGB (Red+Green+Blue) = 14+160+16=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 160 (62.89% from 255 or 84.21% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA010 is #F15FEF. Grayscale: #646464. Windows color (decimal): -15818736 or 1089550. OLE color: 1089550.

HSL color Cylindrical-coordinate representation of color #0EA010: hue angle of 120.82º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA010 is Cyan = 0.91, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB1416016-
CMYK0.9100.90.37
HSL120.82º83.91%34.12%-
HSV(B)120.82º91.25%62.75%-
XYZ12.8525.274.69-
YUV99.9380.6366.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.37%
GREEN value IS 160 (62.89% from 255) = 84.21%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=7.37%
G=84.21%
B=8.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14160160.9100.90.37120.8283.9134.12
HexEA0105B05A25795422
Octal162402013301324517112442
Binary1110101000001000010110110101101010010111110011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,160,16); }

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

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

 a { background-color: rgb(14,160,16); }

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

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

 span { border-color: rgb(14,160,16); }

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