#ACA974

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

Shades of Neutral Green #ACA974

Tints of Neutral Green #ACA974

Color information

#ACA974 (or 0xACA974) is unknown color: approx Neutral Green. HEX triplet: AC, A9 and 74. RGB value is (172,169,116). Sum of RGB (Red+Green+Blue) = 172+169+116=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA974 is #53568B. Grayscale: #A4A4A4. Windows color (decimal): -5461644 or 7645612. OLE color: 7645612.

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

Color convert

RGB172169116-
CMYK00.020.330.33
HSL56.79º25.23%56.47%-
HSV(B)56.79º32.56%67.45%-
XYZ34.3538.4122.13-
YUV163.85100.99133.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=37.64%
G=36.98%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216911600.020.330.3356.7925.2356.47
HexACA974022121391938
Octal254251164024141713170
Binary1010110010101001111010001010000110000111100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA974; }

 p { color: rgb(172,169,116); }

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

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

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

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

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

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

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