#A9AE5A

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

Shades of Olive Green #A9AE5A

Tints of Olive Green #A9AE5A

Color information

#A9AE5A (or 0xA9AE5A) is unknown color: approx Olive Green. HEX triplet: A9, AE and 5A. RGB value is (169,174,90). Sum of RGB (Red+Green+Blue) = 169+174+90=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE5A is #5651A5. Grayscale: #A3A3A3. Windows color (decimal): -5656998 or 5942953. OLE color: 5942953.

HSL color Cylindrical-coordinate representation of color #A9AE5A: hue angle of 63.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9AE5A is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB16917490-
CMYK0.0300.480.32
HSL63.57º34.15%51.76%-
HSV(B)63.57º48.28%68.24%-
XYZ33.3439.4515.53-
YUV162.9386.84132.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=39.03%
G=40.18%
B=20.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169174900.0300.480.3263.5734.1551.76
HexA9AE5A303020402234
Octal2512561323060401004264
Binary101010011010111010110101101100001000001000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE5A; }

 p { color: rgb(169,174,90); }

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

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

 a { background-color: rgb(169,174,90); }

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

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

 span { border-color: rgb(169,174,90); }

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