#ACAA7C

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

Shades of Neutral Green #ACAA7C

Tints of Neutral Green #ACAA7C

Color information

#ACAA7C (or 0xACAA7C) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 7C. RGB value is (172,170,124). Sum of RGB (Red+Green+Blue) = 172+170+124=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA7C is #535583. Grayscale: #A5A5A5. Windows color (decimal): -5461380 or 8170156. OLE color: 8170156.

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

Color convert

RGB172170124-
CMYK00.010.280.33
HSL57.5º22.43%58.04%-
HSV(B)57.5º27.91%67.45%-
XYZ35.0338.9824.75-
YUV165.35104.66132.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=36.91%
G=36.48%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217012400.010.280.3357.522.4358.04
HexACAA7C011C213a163a
Octal254252174013441722672
Binary10101100101010101111100011110010000111101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA7C; }

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

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

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

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

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

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

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

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