#11960E

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

Shades of Islamic Green #11960E

Tints of Islamic Green #11960E

Color information

#11960E (or 0x11960E) is unknown color: approx Islamic Green. HEX triplet: 11, 96 and 0E. RGB value is (17,150,14). Sum of RGB (Red+Green+Blue) = 17+150+14=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 150 (58.98% from 255 or 82.87% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 150 - color contains mainly: green. Hex color #11960E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11960E is #EE69F1. Grayscale: #5F5F5F. Windows color (decimal): -15624690 or 955921. OLE color: 955921.

HSL color Cylindrical-coordinate representation of color #11960E: hue angle of 118.68º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11960E is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1715014-
CMYK0.8900.910.41
HSL118.68º82.93%32.16%-
HSV(B)118.68º90.67%58.82%-
XYZ11.2221.964.06-
YUV94.7382.4472.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 150 (58.98% from 255) = 82.87%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=9.39%
G=82.87%
B=7.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17150140.8900.910.41118.6882.9332.16
Hex1196E5905B29775320
Octal212261613101335116712340
Binary1000110010110111010110010101101110100111101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11960E; }

 p { color: rgb(17,150,14); }

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

<style>
 a { background-color: #11960E; }

 a { background-color: rgb(17,150,14); }

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

<style>
 span { border-color: #11960E; }

 span { border-color: rgb(17,150,14); }

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