#acaa78

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

Shades of Neutral Green #ACAA78

Tints of Neutral Green #ACAA78

Color information

#ACAA78 (or 0xACAA78) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 78. RGB value is (172,170,120). Sum of RGB (Red+Green+Blue) = 172+170+120=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA78 is #535587. Grayscale: #A5A5A5. Windows color (decimal): -5461384 or 7908012. OLE color: 7908012.

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

Color convert

RGB172170120-
CMYK00.010.300.33
HSL57.69º23.85%57.25%-
HSV(B)57.69º30.23%67.45%-
XYZ34.7838.8823.44-
YUV164.9102.66133.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 120 (47.27% from 255) = 25.97%
R=37.23%
G=36.80%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217012000.010.300.3357.6923.8557.25
HexACAA78011E213a1839
Octal254252170013641723071
Binary10101100101010101111000011111010000111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acaa78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acaa78; }

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

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

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

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

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

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

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

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