#ACAA70

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

Shades of Neutral Green #ACAA70

Tints of Neutral Green #ACAA70

Color information

#ACAA70 (or 0xACAA70) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 70. RGB value is (172,170,112). Sum of RGB (Red+Green+Blue) = 172+170+112=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA70 is #53558F. Grayscale: #A4A4A4. Windows color (decimal): -5461392 or 7383724. OLE color: 7383724.

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

Color convert

RGB172170112-
CMYK00.010.350.33
HSL58º26.55%55.69%-
HSV(B)58º34.88%67.45%-
XYZ34.3138.6920.99-
YUV163.9998.66133.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=37.89%
G=37.44%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217011200.010.350.335826.5555.69
HexACAA700123213a1b38
Octal254252160014341723370
Binary101011001010101011100000110001110000111101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA70; }

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

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

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

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

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

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

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

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