#ACAA73

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

Shades of Neutral Green #ACAA73

Tints of Neutral Green #ACAA73

Color information

#ACAA73 (or 0xACAA73) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 73. RGB value is (172,170,115). Sum of RGB (Red+Green+Blue) = 172+170+115=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA73 is #53558C. Grayscale: #A4A4A4. Windows color (decimal): -5461389 or 7580332. OLE color: 7580332.

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

Color convert

RGB172170115-
CMYK00.010.330.33
HSL57.89º25.56%56.27%-
HSV(B)57.89º33.14%67.45%-
XYZ34.4838.7621.88-
YUV164.33100.16133.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=37.64%
G=37.20%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217011500.010.330.3357.8925.5656.27
HexACAA730121213a1a38
Octal254252163014141723270
Binary101011001010101011100110110000110000111101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA73; }

 p { color: rgb(172,170,115); }

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

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

 a { background-color: rgb(172,170,115); }

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

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

 span { border-color: rgb(172,170,115); }

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