#0EA30F

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

Shades of Islamic Green #0EA30F

Tints of Islamic Green #0EA30F

Color information

#0EA30F (or 0x0EA30F) is unknown color: approx Islamic Green. HEX triplet: 0E, A3 and 0F. RGB value is (14,163,15). Sum of RGB (Red+Green+Blue) = 14+163+15=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 163 (64.06% from 255 or 84.90% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA30F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA30F is #F15CF0. Grayscale: #666666. Windows color (decimal): -15817969 or 1024782. OLE color: 1024782.

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

Color convert

RGB1416315-
CMYK0.9100.910.36
HSL120.4º84.18%34.71%-
HSV(B)120.4º91.41%63.92%-
XYZ13.3626.324.83-
YUV101.5879.1465.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.29%
GREEN value IS 163 (64.06% from 255) = 84.90%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=7.29%
G=84.90%
B=7.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14163150.9100.910.36120.484.1834.71
HexEA3F5B05B24785423
Octal162431713301334417012443
Binary111010100011111110110110101101110010011110001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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