#ACAA77

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

Shades of Neutral Green #ACAA77

Tints of Neutral Green #ACAA77

Color information

#ACAA77 (or 0xACAA77) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 77. RGB value is (172,170,119). Sum of RGB (Red+Green+Blue) = 172+170+119=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA77 is #535588. Grayscale: #A4A4A4. Windows color (decimal): -5461385 or 7842476. OLE color: 7842476.

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

Color convert

RGB172170119-
CMYK00.010.310.33
HSL57.74º24.2%57.06%-
HSV(B)57.74º30.81%67.45%-
XYZ34.7238.8523.12-
YUV164.78102.16133.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=37.31%
G=36.88%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217011900.010.310.3357.7424.257.06
HexACAA77011F213a1839
Octal254252167013741723071
Binary10101100101010101110111011111110000111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA77; }

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

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

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

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

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

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

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

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