#A9A380

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

Shades of Neutral Green #A9A380

Tints of Neutral Green #A9A380

Color information

#A9A380 (or 0xA9A380) is unknown color: approx Neutral Green. HEX triplet: A9, A3 and 80. RGB value is (169,163,128). Sum of RGB (Red+Green+Blue) = 169+163+128=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A380 is #565C7F. Grayscale: #A0A0A0. Windows color (decimal): -5659776 or 8430505. OLE color: 8430505.

HSL color Cylindrical-coordinate representation of color #A9A380: hue angle of 51.22º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9A380 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB169163128-
CMYK00.040.240.34
HSL51.22º19.25%58.24%-
HSV(B)51.22º24.26%66.27%-
XYZ33.3636.1925.65-
YUV160.8109.49133.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=36.74%
G=35.43%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916312800.040.240.3451.2219.2558.24
HexA9A38004182233133a
Octal251243200043042632372
Binary10101001101000111000000001001100010001011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A380; }

 p { color: rgb(169,163,128); }

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

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

 a { background-color: rgb(169,163,128); }

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

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

 span { border-color: rgb(169,163,128); }

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