#11B116

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

Shades of Islamic Green #11B116

Tints of Islamic Green #11B116

Color information

#11B116 (or 0x11B116) is unknown color: approx Islamic Green. HEX triplet: 11, B1 and 16. RGB value is (17,177,22). Sum of RGB (Red+Green+Blue) = 17+177+22=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 177 (69.53% from 255 or 81.94% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 177 - color contains mainly: green. Hex color #11B116 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11B116 is #EE4EE9. Grayscale: #6F6F6F. Windows color (decimal): -15617770 or 1487121. OLE color: 1487121.

HSL color Cylindrical-coordinate representation of color #11B116: hue angle of 121.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B116 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1717722-
CMYK0.9000.880.31
HSL121.88º82.47%38.04%-
HSV(B)121.88º90.4%69.41%-
XYZ16.131.626.01-
YUV111.4977.4960.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 177 (69.53% from 255) = 81.94%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=7.87%
G=81.94%
B=10.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17177220.9000.880.31121.8882.4738.04
Hex11B1165A0581F7a5226
Octal212612613201303717212246
Binary1000110110001101101011010010110001111111110101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,177,22); }

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

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

 a { background-color: rgb(17,177,22); }

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

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

 span { border-color: rgb(17,177,22); }

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