#0EA309

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

Shades of Islamic Green #0EA309

Tints of Islamic Green #0EA309

Color information

#0EA309 (or 0x0EA309) is unknown color: approx Islamic Green. HEX triplet: 0E, A3 and 09. RGB value is (14,163,9). Sum of RGB (Red+Green+Blue) = 14+163+9=186 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.53% from 186); Green value is 163 (64.06% from 255 or 87.63% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA309 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA309 is #F15CF6. Grayscale: #656565. Windows color (decimal): -15817975 or 631566. OLE color: 631566.

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

Color convert

RGB141639-
CMYK0.9100.940.36
HSL118.05º89.53%33.73%-
HSV(B)118.05º94.48%63.92%-
XYZ13.3326.314.63-
YUV100.8976.1466.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.53%
GREEN value IS 163 (64.06% from 255) = 87.63%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=7.53%
G=87.63%
B=4.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1416390.9100.940.36118.0589.5333.73
HexEA395B05E24765a22
Octal162431113301364416613242
Binary111010100011100110110110101111010010011101101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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