#ACAA79

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

Shades of Neutral Green #ACAA79

Tints of Neutral Green #ACAA79

Color information

#ACAA79 (or 0xACAA79) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 79. RGB value is (172,170,121). Sum of RGB (Red+Green+Blue) = 172+170+121=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA79 is #535586. Grayscale: #A5A5A5. Windows color (decimal): -5461383 or 7973548. OLE color: 7973548.

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

Color convert

RGB172170121-
CMYK00.010.300.33
HSL57.65º23.5%57.45%-
HSV(B)57.65º29.65%67.45%-
XYZ34.8438.923.76-
YUV165.01103.16132.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 121 (47.66% from 255) = 26.13%
R=37.15%
G=36.72%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217012100.010.300.3357.6523.557.45
HexACAA79011E213a1839
Octal254252171013641723071
Binary10101100101010101111001011111010000111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA79; }

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

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

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

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

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

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

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

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