#ACAC84

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

Shades of Neutral Green #ACAC84

Tints of Neutral Green #ACAC84

Color information

#ACAC84 (or 0xACAC84) is unknown color: approx Neutral Green. HEX triplet: AC, AC and 84. RGB value is (172,172,132). Sum of RGB (Red+Green+Blue) = 172+172+132=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC84 is #53537B. Grayscale: #A7A7A7. Windows color (decimal): -5460860 or 8694956. OLE color: 8694956.

HSL color Cylindrical-coordinate representation of color #ACAC84: hue angle of 60º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACAC84 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172172132-
CMYK000.230.33
HSL60º19.42%59.61%-
HSV(B)60º23.26%67.45%-
XYZ35.9339.9427.65-
YUV167.44108131.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=36.13%
G=36.13%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172132000.230.336019.4259.61
HexACAC840017213c133c
Octal254254204002741742374
Binary101011001010110010000100001011110000111110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC84; }

 p { color: rgb(172,172,132); }

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

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

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

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

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

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

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