#ACAA71

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

Shades of Neutral Green #ACAA71

Tints of Neutral Green #ACAA71

Color information

#ACAA71 (or 0xACAA71) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 71. RGB value is (172,170,113). Sum of RGB (Red+Green+Blue) = 172+170+113=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA71 is #53558E. Grayscale: #A4A4A4. Windows color (decimal): -5461391 or 7449260. OLE color: 7449260.

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

Color convert

RGB172170113-
CMYK00.010.340.33
HSL57.97º26.22%55.88%-
HSV(B)57.97º34.3%67.45%-
XYZ34.3738.7121.28-
YUV164.199.16133.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=37.80%
G=37.36%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217011300.010.340.3357.9726.2255.88
HexACAA710122213a1a38
Octal254252161014241723270
Binary101011001010101011100010110001010000111101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA71; }

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

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

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

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

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

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

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

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