#a9af50

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

Shades of Olive Green #A9AF50

Tints of Olive Green #A9AF50

Color information

#A9AF50 (or 0xA9AF50) is unknown color: approx Olive Green. HEX triplet: A9, AF and 50. RGB value is (169,175,80). Sum of RGB (Red+Green+Blue) = 169+175+80=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF50 is #5650AF. Grayscale: #A2A2A2. Windows color (decimal): -5656752 or 5287849. OLE color: 5287849.

HSL color Cylindrical-coordinate representation of color #A9AF50: hue angle of 63.79º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9AF50 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB16917580-
CMYK0.0300.540.31
HSL63.79º37.25%50%-
HSV(B)63.79º54.29%68.63%-
XYZ33.1439.6713.5-
YUV162.3881.51132.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 80 (31.64% from 255) = 18.87%
R=39.86%
G=41.27%
B=18.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169175800.0300.540.3163.7937.2550
HexA9AF5030361F402532
Octal2512571203066371004562
Binary10101001101011111010000110110110111111000000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9af50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9af50; }

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

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

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

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

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

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

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

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