#ACAB78

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

Shades of Neutral Green #ACAB78

Tints of Neutral Green #ACAB78

Color information

#ACAB78 (or 0xACAB78) is unknown color: approx Neutral Green. HEX triplet: AC, AB and 78. RGB value is (172,171,120). Sum of RGB (Red+Green+Blue) = 172+171+120=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB78 is #535487. Grayscale: #A5A5A5. Windows color (decimal): -5461128 or 7908268. OLE color: 7908268.

HSL color Cylindrical-coordinate representation of color #ACAB78: hue angle of 58.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACAB78 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172171120-
CMYK00.010.300.33
HSL58.85º23.85%57.25%-
HSV(B)58.85º30.23%67.45%-
XYZ34.9739.2523.5-
YUV165.48102.33132.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 120 (47.27% from 255) = 25.92%
R=37.15%
G=36.93%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217112000.010.300.3358.8523.8557.25
HexACAB78011E213b1839
Octal254253170013641733071
Binary10101100101010111111000011111010000111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB78; }

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

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

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

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

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

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

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

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