#11AB1A

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

Shades of Islamic Green #11AB1A

Tints of Islamic Green #11AB1A

Color information

#11AB1A (or 0x11AB1A) is unknown color: approx Islamic Green. HEX triplet: 11, AB and 1A. RGB value is (17,171,26). Sum of RGB (Red+Green+Blue) = 17+171+26=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 171 (67.19% from 255 or 79.91% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AB1A is #EE54E5. Grayscale: #6C6C6C. Windows color (decimal): -15619302 or 1747729. OLE color: 1747729.

HSL color Cylindrical-coordinate representation of color #11AB1A: hue angle of 123.51º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AB1A is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1717126-
CMYK0.9000.850.33
HSL123.51º81.91%36.86%-
HSV(B)123.51º90.06%67.06%-
XYZ14.9829.325.85-
YUV108.4281.4862.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 171 (67.19% from 255) = 79.91%
BLUE value IS 26 (10.55% from 255) = 12.15%
R=7.94%
G=79.91%
B=12.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17171260.9000.850.33123.5181.9136.86
Hex11AB1A5A055217c5225
Octal212533213201254117412245
Binary10001101010111101010110100101010110000111111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,171,26); }

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

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

 a { background-color: rgb(17,171,26); }

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

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

 span { border-color: rgb(17,171,26); }

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