#0EA318

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

Shades of Islamic Green #0EA318

Tints of Islamic Green #0EA318

Color information

#0EA318 (or 0x0EA318) is unknown color: approx Islamic Green. HEX triplet: 0E, A3 and 18. RGB value is (14,163,24). Sum of RGB (Red+Green+Blue) = 14+163+24=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 163 (64.06% from 255 or 81.09% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA318 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA318 is #F15CE7. Grayscale: #676767. Windows color (decimal): -15817960 or 1614606. OLE color: 1614606.

HSL color Cylindrical-coordinate representation of color #0EA318: hue angle of 124.03º 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 #0EA318 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1416324-
CMYK0.9100.850.36
HSL124.03º84.18%34.71%-
HSV(B)124.03º91.41%63.92%-
XYZ13.4426.355.24-
YUV102.683.6464.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 163 (64.06% from 255) = 81.09%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=6.97%
G=81.09%
B=11.94%

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
Decimal14163240.9100.850.36124.0384.1834.71
HexEA3185B055247c5423
Octal162433013301254417412443
Binary1110101000111100010110110101010110010011111001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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