#0EAA0F

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

Shades of Islamic Green #0EAA0F

Tints of Islamic Green #0EAA0F

Color information

#0EAA0F (or 0x0EAA0F) is unknown color: approx Islamic Green. HEX triplet: 0E, AA and 0F. RGB value is (14,170,15). Sum of RGB (Red+Green+Blue) = 14+170+15=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 170 (66.80% from 255 or 85.43% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAA0F is #F155F0. Grayscale: #6A6A6A. Windows color (decimal): -15816177 or 1026574. OLE color: 1026574.

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

Color convert

RGB1417015-
CMYK0.9200.910.33
HSL120.38º84.78%36.08%-
HSV(B)120.38º91.76%66.67%-
XYZ14.6428.885.25-
YUV105.6976.8262.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.04%
GREEN value IS 170 (66.80% from 255) = 85.43%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=7.04%
G=85.43%
B=7.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14170150.9200.910.33120.3884.7836.08
HexEAAF5C05B21785524
Octal162521713401334117012544
Binary111010101010111110111000101101110000111110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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