#A2AA60

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

Shades of Green Smoke #A2AA60

Tints of Green Smoke #A2AA60

Color information

#A2AA60 (or 0xA2AA60) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 60. RGB value is (162,170,96). Sum of RGB (Red+Green+Blue) = 162+170+96=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA60 is #5D559F. Grayscale: #9F9F9F. Windows color (decimal): -6116768 or 6335138. OLE color: 6335138.

HSL color Cylindrical-coordinate representation of color #A2AA60: hue angle of 66.49º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2AA60 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB16217096-
CMYK0.0500.440.33
HSL66.49º30.33%52.16%-
HSV(B)66.49º43.53%66.67%-
XYZ31.3937.2816.61-
YUV159.1792.35130.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=37.85%
G=39.72%
B=22.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170960.0500.440.3366.4930.3352.16
HexA2AA60502C21421e34
Octal2422521405054411023664
Binary101000101010101011000001010101100100001100001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA60; }

 p { color: rgb(162,170,96); }

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

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

 a { background-color: rgb(162,170,96); }

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

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

 span { border-color: rgb(162,170,96); }

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