#ACAA7E

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

Shades of Neutral Green #ACAA7E

Tints of Neutral Green #ACAA7E

Color information

#ACAA7E (or 0xACAA7E) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 7E. RGB value is (172,170,126). Sum of RGB (Red+Green+Blue) = 172+170+126=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA7E is #535581. Grayscale: #A5A5A5. Windows color (decimal): -5461378 or 8301228. OLE color: 8301228.

HSL color Cylindrical-coordinate representation of color #ACAA7E: hue angle of 57.39º 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 #ACAA7E is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172170126-
CMYK00.010.270.33
HSL57.39º21.7%58.43%-
HSV(B)57.39º26.74%67.45%-
XYZ35.1539.0325.42-
YUV165.58105.66132.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=36.75%
G=36.32%
B=26.92%

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
Decimal17217012600.010.270.3357.3921.758.43
HexACAA7E011B2139163a
Octal254252176013341712672
Binary10101100101010101111110011101110000111100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA7E; }

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

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

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

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

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

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

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

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