#AAAF50

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

Shades of Olive Green #AAAF50

Tints of Olive Green #AAAF50

Color information

#AAAF50 (or 0xAAAF50) is unknown color: approx Olive Green. HEX triplet: AA, AF and 50. RGB value is (170,175,80). Sum of RGB (Red+Green+Blue) = 170+175+80=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF50 is #5550AF. Grayscale: #A3A3A3. Windows color (decimal): -5591216 or 5287850. OLE color: 5287850.

HSL color Cylindrical-coordinate representation of color #AAAF50: hue angle of 63.16º 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 #AAAF50 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17017580-
CMYK0.0300.540.31
HSL63.16º37.25%50%-
HSV(B)63.16º54.29%68.63%-
XYZ33.3639.7913.51-
YUV162.6881.34133.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=40%
G=41.18%
B=18.82%

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
Decimal170175800.0300.540.3163.1637.2550
HexAAAF5030361F3f2532
Octal252257120306637774562
Binary1010101010101111101000011011011011111111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF50; }

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

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

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

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

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

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

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

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