#0EAA09

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

Shades of Islamic Green #0EAA09

Tints of Islamic Green #0EAA09

Color information

#0EAA09 (or 0x0EAA09) is unknown color: approx Islamic Green. HEX triplet: 0E, AA and 09. RGB value is (14,170,9). Sum of RGB (Red+Green+Blue) = 14+170+9=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 170 (66.80% from 255 or 88.08% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAA09 is #F155F6. Grayscale: #696969. Windows color (decimal): -15816183 or 633358. OLE color: 633358.

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

Color convert

RGB141709-
CMYK0.9200.950.33
HSL118.14º89.94%35.1%-
HSV(B)118.14º94.71%66.67%-
XYZ14.6128.865.06-
YUV10573.8263.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.25%
GREEN value IS 170 (66.80% from 255) = 88.08%
BLUE value IS 9 (3.91% from 255) = 4.66%
R=7.25%
G=88.08%
B=4.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1417090.9200.950.33118.1489.9435.1
HexEAA95C05F21765a23
Octal162521113401374116613243
Binary111010101010100110111000101111110000111101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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