#0EA708

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

Shades of Islamic Green #0EA708

Tints of Islamic Green #0EA708

Color information

#0EA708 (or 0x0EA708) is unknown color: approx Islamic Green. HEX triplet: 0E, A7 and 08. RGB value is (14,167,8). Sum of RGB (Red+Green+Blue) = 14+167+8=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 167 (65.62% from 255 or 88.36% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA708 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA708 is #F158F7. Grayscale: #676767. Windows color (decimal): -15816952 or 567054. OLE color: 567054.

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

Color convert

RGB141678-
CMYK0.9200.950.35
HSL117.74º90.86%34.31%-
HSV(B)117.74º95.21%65.49%-
XYZ14.0427.754.85-
YUV103.1374.3164.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.41%
GREEN value IS 167 (65.62% from 255) = 88.36%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=7.41%
G=88.36%
B=4.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1416780.9200.950.35117.7490.8634.31
HexEA785C05F23765b22
Octal162471013401374316613342
Binary111010100111100010111000101111110001111101101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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