#0E8D08

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

Shades of Islamic Green #0E8D08

Tints of Islamic Green #0E8D08

Color information

#0E8D08 (or 0x0E8D08) is unknown color: approx Islamic Green. HEX triplet: 0E, 8D and 08. RGB value is (14,141,8). Sum of RGB (Red+Green+Blue) = 14+141+8=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 141 (55.47% from 255 or 86.50% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8D08 is #F172F7. Grayscale: #585858. Windows color (decimal): -15823608 or 560398. OLE color: 560398.

HSL color Cylindrical-coordinate representation of color #0E8D08: hue angle of 117.29º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8D08 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB141418-
CMYK0.9000.940.45
HSL117.29º89.26%29.22%-
HSV(B)117.29º94.33%55.29%-
XYZ9.7519.163.41-
YUV87.8682.9275.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.59%
GREEN value IS 141 (55.47% from 255) = 86.50%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=8.59%
G=86.50%
B=4.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414180.9000.940.45117.2989.2629.22
HexE8D85A05E2D75591d
Octal162151013201365516513135
Binary11101000110110001011010010111101011011110101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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