#0EA218

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

Shades of Islamic Green #0EA218

Tints of Islamic Green #0EA218

Color information

#0EA218 (or 0x0EA218) is unknown color: approx Islamic Green. HEX triplet: 0E, A2 and 18. RGB value is (14,162,24). Sum of RGB (Red+Green+Blue) = 14+162+24=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 162 (63.67% from 255 or 81% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA218 is #F15DE7. Grayscale: #666666. Windows color (decimal): -15818216 or 1614350. OLE color: 1614350.

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

Color convert

RGB1416224-
CMYK0.9100.850.36
HSL124.05º84.09%34.51%-
HSV(B)124.05º91.36%63.53%-
XYZ13.27265.18-
YUV102.0283.9765.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7%
GREEN value IS 162 (63.67% from 255) = 81%
BLUE value IS 24 (9.77% from 255) = 12%
R=7%
G=81%
B=12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14162240.9100.850.36124.0584.0934.51
HexEA2185B055247c5423
Octal162423013301254417412443
Binary1110101000101100010110110101010110010011111001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,162,24); }

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

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

 a { background-color: rgb(14,162,24); }

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

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

 span { border-color: rgb(14,162,24); }

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