#A2AC4C

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

Shades of Green Smoke #A2AC4C

Tints of Green Smoke #A2AC4C

Color information

#A2AC4C (or 0xA2AC4C) is unknown color: approx Green Smoke. HEX triplet: A2, AC and 4C. RGB value is (162,172,76). Sum of RGB (Red+Green+Blue) = 162+172+76=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AC4C is #5D53B3. Grayscale: #9E9E9E. Windows color (decimal): -6116276 or 5024930. OLE color: 5024930.

HSL color Cylindrical-coordinate representation of color #A2AC4C: hue angle of 66.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2AC4C is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB16217276-
CMYK0.0600.560.33
HSL66.25º38.71%48.63%-
HSV(B)66.25º55.81%67.45%-
XYZ30.9637.7112.48-
YUV158.0781.69130.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 76 (30.08% from 255) = 18.54%
R=39.51%
G=41.95%
B=18.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162172760.0600.560.3366.2538.7148.63
HexA2AC4C603821422731
Octal2422541146070411024761
Binary1010001010101100100110011001110001000011000010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC4C; }

 p { color: rgb(162,172,76); }

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

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

 a { background-color: rgb(162,172,76); }

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

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

 span { border-color: rgb(162,172,76); }

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