#11AA12

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

Shades of Islamic Green #11AA12

Tints of Islamic Green #11AA12

Color information

#11AA12 (or 0x11AA12) is unknown color: approx Islamic Green. HEX triplet: 11, AA and 12. RGB value is (17,170,18). Sum of RGB (Red+Green+Blue) = 17+170+18=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 170 (66.80% from 255 or 82.93% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AA12 is #EE55ED. Grayscale: #6B6B6B. Windows color (decimal): -15619566 or 1223185. OLE color: 1223185.

HSL color Cylindrical-coordinate representation of color #11AA12: hue angle of 120.39º 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 #11AA12 is Cyan = 0.9, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB1717018-
CMYK0.900.890.33
HSL120.39º81.82%36.67%-
HSV(B)120.39º90%66.67%-
XYZ14.7228.915.38-
YUV106.9277.8163.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 170 (66.80% from 255) = 82.93%
BLUE value IS 18 (7.42% from 255) = 8.78%
R=8.29%
G=82.93%
B=8.78%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17170180.900.890.33120.3981.8236.67
Hex11AA125A05921785225
Octal212522213201314117012245
Binary10001101010101001010110100101100110000111110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,170,18); }

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

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

 a { background-color: rgb(17,170,18); }

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

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

 span { border-color: rgb(17,170,18); }

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