#ACAA75

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

Shades of Neutral Green #ACAA75

Tints of Neutral Green #ACAA75

Color information

#ACAA75 (or 0xACAA75) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 75. RGB value is (172,170,117). Sum of RGB (Red+Green+Blue) = 172+170+117=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA75 is #53558A. Grayscale: #A4A4A4. Windows color (decimal): -5461387 or 7711404. OLE color: 7711404.

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

Color convert

RGB172170117-
CMYK00.010.320.33
HSL57.82º24.89%56.67%-
HSV(B)57.82º31.98%67.45%-
XYZ34.638.822.5-
YUV164.56101.16133.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=37.47%
G=37.04%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217011700.010.320.3357.8224.8956.67
HexACAA750120213a1939
Octal254252165014041723171
Binary101011001010101011101010110000010000111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA75; }

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

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

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

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

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

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

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

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