#0EAB04

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

Shades of Islamic Green #0EAB04

Tints of Islamic Green #0EAB04

Color information

#0EAB04 (or 0x0EAB04) is unknown color: approx Islamic Green. HEX triplet: 0E, AB and 04. RGB value is (14,171,4). Sum of RGB (Red+Green+Blue) = 14+171+4=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 171 (67.19% from 255 or 90.48% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAB04 is #F154FB. Grayscale: #696969. Windows color (decimal): -15815932 or 305934. OLE color: 305934.

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

Color convert

RGB141714-
CMYK0.9200.980.33
HSL116.41º95.43%34.31%-
HSV(B)116.41º97.66%67.06%-
XYZ14.7729.234.98-
YUV105.0270.9963.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.41%
GREEN value IS 171 (67.19% from 255) = 90.48%
BLUE value IS 4 (1.95% from 255) = 2.12%
R=7.41%
G=90.48%
B=2.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1417140.9200.980.33116.4195.4334.31
HexEAB45C06221745f22
Octal16253413401424116413742
Binary11101010101110010111000110001010000111101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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