#0E9C06

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

Shades of Islamic Green #0E9C06

Tints of Islamic Green #0E9C06

Color information

#0E9C06 (or 0x0E9C06) is unknown color: approx Islamic Green. HEX triplet: 0E, 9C and 06. RGB value is (14,156,6). Sum of RGB (Red+Green+Blue) = 14+156+6=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 156 (61.33% from 255 or 88.64% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9C06 is #F163F9. Grayscale: #606060. Windows color (decimal): -15819770 or 433166. OLE color: 433166.

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

Color convert

RGB141566-
CMYK0.9100.960.39
HSL116.8º92.59%31.76%-
HSV(B)116.8º96.15%61.18%-
XYZ12.123.884.14-
YUV96.4476.9669.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.95%
GREEN value IS 156 (61.33% from 255) = 88.64%
BLUE value IS 6 (2.73% from 255) = 3.41%
R=7.95%
G=88.64%
B=3.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1415660.9100.960.39116.892.5931.76
HexE9C65B06027755d20
Octal16234613301404716513540
Binary11101001110011010110110110000010011111101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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