#0EAB18

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

Shades of Islamic Green #0EAB18

Tints of Islamic Green #0EAB18

Color information

#0EAB18 (or 0x0EAB18) is unknown color: approx Islamic Green. HEX triplet: 0E, AB and 18. RGB value is (14,171,24). Sum of RGB (Red+Green+Blue) = 14+171+24=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 171 (67.19% from 255 or 81.82% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAB18 is #F154E7. Grayscale: #6B6B6B. Windows color (decimal): -15815912 or 1616654. OLE color: 1616654.

HSL color Cylindrical-coordinate representation of color #0EAB18: hue angle of 123.82º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAB18 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB1417124-
CMYK0.9200.860.33
HSL123.82º84.86%36.27%-
HSV(B)123.82º91.81%67.06%-
XYZ14.9129.295.73-
YUV107.380.9961.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.70%
GREEN value IS 171 (67.19% from 255) = 81.82%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=6.70%
G=81.82%
B=11.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14171240.9200.860.33123.8284.8636.27
HexEAB185C056217c5524
Octal162533013401264117412544
Binary1110101010111100010111000101011010000111111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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