#0EAC01

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

Shades of Islamic Green #0EAC01

Tints of Islamic Green #0EAC01

Color information

#0EAC01 (or 0x0EAC01) is unknown color: approx Islamic Green. HEX triplet: 0E, AC and 01. RGB value is (14,172,1). Sum of RGB (Red+Green+Blue) = 14+172+1=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 172 (67.58% from 255 or 91.98% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAC01 is #F153FE. Grayscale: #696969. Windows color (decimal): -15815679 or 109582. OLE color: 109582.

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

Color convert

RGB141721-
CMYK0.9200.990.33
HSL115.44º98.84%33.92%-
HSV(B)115.44º99.42%67.45%-
XYZ14.9429.64.95-
YUV105.2669.1562.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.49%
GREEN value IS 172 (67.58% from 255) = 91.98%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=7.49%
G=91.98%
B=0.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1417210.9200.990.33115.4498.8433.92
HexEAC15C06321736322
Octal16254113401434116314342
Binary111010101100110111000110001110000111100111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,172,1); }

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

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

 a { background-color: rgb(14,172,1); }

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

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

 span { border-color: rgb(14,172,1); }

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