#ACAB7F

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

Shades of Neutral Green #ACAB7F

Tints of Neutral Green #ACAB7F

Color information

#ACAB7F (or 0xACAB7F) is unknown color: approx Neutral Green. HEX triplet: AC, AB and 7F. RGB value is (172,171,127). Sum of RGB (Red+Green+Blue) = 172+171+127=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB7F is #535480. Grayscale: #A6A6A6. Windows color (decimal): -5461121 or 8367020. OLE color: 8367020.

HSL color Cylindrical-coordinate representation of color #ACAB7F: hue angle of 58.67º 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 #ACAB7F is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172171127-
CMYK00.010.260.33
HSL58.67º21.33%58.63%-
HSV(B)58.67º26.16%67.45%-
XYZ35.4139.4325.82-
YUV166.28105.83132.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 127 (50% from 255) = 27.02%
R=36.60%
G=36.38%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217112700.010.260.3358.6721.3358.63
HexACAB7F011A213b153b
Octal254253177013241732573
Binary10101100101010111111111011101010000111101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB7F; }

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

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

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

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

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

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

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

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