#0ea70a

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

Shades of Islamic Green #0EA70A

Tints of Islamic Green #0EA70A

Color information

#0EA70A (or 0x0EA70A) is unknown color: approx Islamic Green. HEX triplet: 0E, A7 and 0A. RGB value is (14,167,10). Sum of RGB (Red+Green+Blue) = 14+167+10=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 167 (65.62% from 255 or 87.43% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA70A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA70A is #F158F5. Grayscale: #676767. Windows color (decimal): -15816950 or 698126. OLE color: 698126.

HSL color Cylindrical-coordinate representation of color #0EA70A: hue angle of 118.47º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EA70A is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB1416710-
CMYK0.9200.940.35
HSL118.47º88.7%34.71%-
HSV(B)118.47º94.01%65.49%-
XYZ14.0527.754.9-
YUV103.3675.3164.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.33%
GREEN value IS 167 (65.62% from 255) = 87.43%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=7.33%
G=87.43%
B=5.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14167100.9200.940.35118.4788.734.71
HexEA7A5C05E23765923
Octal162471213401364316613143
Binary111010100111101010111000101111010001111101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ea70a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,167,10); }

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

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

 a { background-color: rgb(14,167,10); }

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

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

 span { border-color: rgb(14,167,10); }

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