#AAAE4F

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

Shades of Olive Green #AAAE4F

Tints of Olive Green #AAAE4F

Color information

#AAAE4F (or 0xAAAE4F) is unknown color: approx Olive Green. HEX triplet: AA, AE and 4F. RGB value is (170,174,79). Sum of RGB (Red+Green+Blue) = 170+174+79=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE4F is #5551B0. Grayscale: #A2A2A2. Windows color (decimal): -5591473 or 5222058. OLE color: 5222058.

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

Color convert

RGB17017479-
CMYK0.0200.550.32
HSL62.53º37.55%49.61%-
HSV(B)62.53º54.6%68.24%-
XYZ33.1239.3813.25-
YUV161.9781.17133.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=40.19%
G=41.13%
B=18.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174790.0200.550.3262.5337.5549.61
HexAAAE4F2037203f2632
Octal252256117206740774662
Binary10101010101011101001111100110111100000111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE4F; }

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

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

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

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

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

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

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

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