#11A20C

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

Shades of Islamic Green #11A20C

Tints of Islamic Green #11A20C

Color information

#11A20C (or 0x11A20C) is unknown color: approx Islamic Green. HEX triplet: 11, A2 and 0C. RGB value is (17,162,12). Sum of RGB (Red+Green+Blue) = 17+162+12=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 162 (63.67% from 255 or 84.82% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 162 - color contains mainly: green. Hex color #11A20C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A20C is #EE5DF3. Grayscale: #656565. Windows color (decimal): -15621620 or 827921. OLE color: 827921.

HSL color Cylindrical-coordinate representation of color #11A20C: hue angle of 118º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A20C is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1716212-
CMYK0.9000.930.36
HSL118º86.21%34.12%-
HSV(B)118º92.59%63.53%-
XYZ13.2225.994.67-
YUV101.5477.4667.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 162 (63.67% from 255) = 84.82%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=8.90%
G=84.82%
B=6.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17162120.9000.930.3611886.2134.12
Hex11A2C5A05D24765622
Octal212421413201354416612642
Binary1000110100010110010110100101110110010011101101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11A20C; }

 p { color: rgb(17,162,12); }

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

<style>
 a { background-color: #11A20C; }

 a { background-color: rgb(17,162,12); }

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

<style>
 span { border-color: #11A20C; }

 span { border-color: rgb(17,162,12); }

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