#ACAC7F

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

Shades of Neutral Green #ACAC7F

Tints of Neutral Green #ACAC7F

Color information

#ACAC7F (or 0xACAC7F) is unknown color: approx Neutral Green. HEX triplet: AC, AC and 7F. RGB value is (172,172,127). Sum of RGB (Red+Green+Blue) = 172+172+127=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC7F is #535380. Grayscale: #A7A7A7. Windows color (decimal): -5460865 or 8367276. OLE color: 8367276.

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

Color convert

RGB172172127-
CMYK000.260.33
HSL60º21.33%58.63%-
HSV(B)60º26.16%67.45%-
XYZ35.639.8125.89-
YUV166.87105.5131.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 127 (50% from 255) = 26.96%
R=36.52%
G=36.52%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172127000.260.336021.3358.63
HexACAC7F001A213c153b
Octal254254177003241742573
Binary10101100101011001111111001101010000111110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC7F; }

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

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

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

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

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

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

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

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