#ACA78A

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

Shades of Neutral Green #ACA78A

Tints of Neutral Green #ACA78A

Color information

#ACA78A (or 0xACA78A) is unknown color: approx Neutral Green. HEX triplet: AC, A7 and 8A. RGB value is (172,167,138). Sum of RGB (Red+Green+Blue) = 172+167+138=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA78A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA78A is #535875. Grayscale: #A5A5A5. Windows color (decimal): -5462134 or 9086892. OLE color: 9086892.

HSL color Cylindrical-coordinate representation of color #ACA78A: hue angle of 51.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACA78A is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172167138-
CMYK00.030.200.33
HSL51.18º17%60.78%-
HSV(B)51.18º19.77%67.45%-
XYZ35.4238.2429.56-
YUV165.19112.66132.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=36.06%
G=35.01%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216713800.030.200.3351.181760.78
HexACA78A03142133113d
Octal254247212032441632175
Binary1010110010100111100010100111010010000111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA78A; }

 p { color: rgb(172,167,138); }

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

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

 a { background-color: rgb(172,167,138); }

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

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

 span { border-color: rgb(172,167,138); }

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