#11A215

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

Shades of Islamic Green #11A215

Tints of Islamic Green #11A215

Color information

#11A215 (or 0x11A215) is unknown color: approx Islamic Green. HEX triplet: 11, A2 and 15. RGB value is (17,162,21). Sum of RGB (Red+Green+Blue) = 17+162+21=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 162 (63.67% from 255 or 81% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 162 - color contains mainly: green. Hex color #11A215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A215 is #EE5DEA. Grayscale: #666666. Windows color (decimal): -15621611 or 1417745. OLE color: 1417745.

HSL color Cylindrical-coordinate representation of color #11A215: hue angle of 121.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A215 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1716221-
CMYK0.9000.870.36
HSL121.66º81.01%35.1%-
HSV(B)121.66º89.51%63.53%-
XYZ13.2926.015.03-
YUV102.5781.9666.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 162 (63.67% from 255) = 81%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=8.5%
G=81%
B=10.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17162210.9000.870.36121.6681.0135.1
Hex11A2155A057247a5123
Octal212422513201274417212143
Binary10001101000101010110110100101011110010011110101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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