#0E9F06

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

Shades of Islamic Green #0E9F06

Tints of Islamic Green #0E9F06

Color information

#0E9F06 (or 0x0E9F06) is unknown color: approx Islamic Green. HEX triplet: 0E, 9F and 06. RGB value is (14,159,6). Sum of RGB (Red+Green+Blue) = 14+159+6=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 159 (62.5% from 255 or 88.83% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9F06 is #F160F9. Grayscale: #626262. Windows color (decimal): -15819002 or 433934. OLE color: 433934.

HSL color Cylindrical-coordinate representation of color #0E9F06: hue angle of 116.86º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E9F06 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB141596-
CMYK0.9100.960.38
HSL116.86º92.73%32.35%-
HSV(B)116.86º96.23%62.35%-
XYZ12.6124.94.31-
YUV98.275.9667.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.82%
GREEN value IS 159 (62.5% from 255) = 88.83%
BLUE value IS 6 (2.73% from 255) = 3.35%
R=7.82%
G=88.83%
B=3.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1415960.9100.960.38116.8692.7332.35
HexE9F65B06026755d20
Octal16237613301404616513540
Binary11101001111111010110110110000010011011101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,159,6); }

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

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

 a { background-color: rgb(14,159,6); }

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

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

 span { border-color: rgb(14,159,6); }

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