#AAAE50

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

Shades of Olive Green #AAAE50

Tints of Olive Green #AAAE50

Color information

#AAAE50 (or 0xAAAE50) is unknown color: approx Olive Green. HEX triplet: AA, AE and 50. RGB value is (170,174,80). Sum of RGB (Red+Green+Blue) = 170+174+80=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE50 is #5551AF. Grayscale: #A2A2A2. Windows color (decimal): -5591472 or 5287594. OLE color: 5287594.

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

Color convert

RGB17017480-
CMYK0.0200.540.32
HSL62.55º37.01%49.8%-
HSV(B)62.55º54.02%68.24%-
XYZ33.1639.413.45-
YUV162.0981.67133.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 80 (31.64% from 255) = 18.87%
R=40.09%
G=41.04%
B=18.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174800.0200.540.3262.5537.0149.8
HexAAAE502036203f2532
Octal252256120206640774562
Binary10101010101011101010000100110110100000111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE50; }

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

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

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

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

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

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

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

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