#11AA42

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

Shades of Pigment Green #11AA42

Tints of Pigment Green #11AA42

Color information

#11AA42 (or 0x11AA42) is unknown color: approx Pigment Green. HEX triplet: 11, AA and 42. RGB value is (17,170,66). Sum of RGB (Red+Green+Blue) = 17+170+66=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 170 (66.80% from 255 or 67.19% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AA42 is #EE55BD. Grayscale: #707070. Windows color (decimal): -15619518 or 4368913. OLE color: 4368913.

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

Color convert

RGB1717066-
CMYK0.900.610.33
HSL139.22º81.82%36.67%-
HSV(B)139.22º90%66.67%-
XYZ15.5929.269.98-
YUV112.4101.8159.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.72%
GREEN value IS 170 (66.80% from 255) = 67.19%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=6.72%
G=67.19%
B=26.09%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17170660.900.610.33139.2281.8236.67
Hex11AA425A03D218b5225
Octal212521021320754121312245
Binary1000110101010100001010110100111101100001100010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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