#11AA5C

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

Shades of Pigment Green #11AA5C

Tints of Pigment Green #11AA5C

Color information

#11AA5C (or 0x11AA5C) is unknown color: approx Pigment Green. HEX triplet: 11, AA and 5C. RGB value is (17,170,92). Sum of RGB (Red+Green+Blue) = 17+170+92=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA5C is #EE55A3. Grayscale: #737373. Windows color (decimal): -15619492 or 6072849. OLE color: 6072849.

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

Color convert

RGB1717092-
CMYK0.900.460.33
HSL149.41º81.82%36.67%-
HSV(B)149.41º90%66.67%-
XYZ16.5429.6414.97-
YUV115.36114.8157.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.09%
GREEN value IS 170 (66.80% from 255) = 60.93%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=6.09%
G=60.93%
B=32.97%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17170920.900.460.33149.4181.8236.67
Hex11AA5C5A02E21955225
Octal212521341320564122512245
Binary1000110101010101110010110100101110100001100101011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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