#ACAA7D

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

Shades of Neutral Green #ACAA7D

Tints of Neutral Green #ACAA7D

Color information

#ACAA7D (or 0xACAA7D) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 7D. RGB value is (172,170,125). Sum of RGB (Red+Green+Blue) = 172+170+125=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA7D is #535582. Grayscale: #A5A5A5. Windows color (decimal): -5461379 or 8235692. OLE color: 8235692.

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

Color convert

RGB172170125-
CMYK00.010.270.33
HSL57.45º22.07%58.24%-
HSV(B)57.45º27.33%67.45%-
XYZ35.093925.08-
YUV165.47105.16132.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=36.83%
G=36.40%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217012500.010.270.3357.4522.0758.24
HexACAA7D011B2139163a
Octal254252175013341712672
Binary10101100101010101111101011101110000111100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA7D; }

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

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

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

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

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

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

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

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