#A9AA50

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

Shades of Olive Green #A9AA50

Tints of Olive Green #A9AA50

Color information

#A9AA50 (or 0xA9AA50) is unknown color: approx Olive Green. HEX triplet: A9, AA and 50. RGB value is (169,170,80). Sum of RGB (Red+Green+Blue) = 169+170+80=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA50 is #5655AF. Grayscale: #9F9F9F. Windows color (decimal): -5658032 or 5286569. OLE color: 5286569.

HSL color Cylindrical-coordinate representation of color #A9AA50: hue angle of 60.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9AA50 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB16917080-
CMYK0.0100.530.33
HSL60.67º36%49.02%-
HSV(B)60.67º52.94%66.67%-
XYZ32.1837.7613.18-
YUV159.4483.17134.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 80 (31.64% from 255) = 19.09%
R=40.33%
G=40.57%
B=19.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169170800.0100.530.3360.673649.02
HexA9AA501035213d2431
Octal251252120106541754461
Binary1010100110101010101000010110101100001111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA50; }

 p { color: rgb(169,170,80); }

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

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

 a { background-color: rgb(169,170,80); }

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

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

 span { border-color: rgb(169,170,80); }

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