#AAAC50

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

Shades of Olive Green #AAAC50

Tints of Olive Green #AAAC50

Color information

#AAAC50 (or 0xAAAC50) is unknown color: approx Olive Green. HEX triplet: AA, AC and 50. RGB value is (170,172,80). Sum of RGB (Red+Green+Blue) = 170+172+80=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC50 is #5553AF. Grayscale: #A1A1A1. Windows color (decimal): -5591984 or 5287082. OLE color: 5287082.

HSL color Cylindrical-coordinate representation of color #AAAC50: hue angle of 61.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAAC50 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17017280-
CMYK0.0100.530.33
HSL61.3º36.51%49.41%-
HSV(B)61.3º53.49%67.45%-
XYZ32.7838.6313.32-
YUV160.9182.34134.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=40.28%
G=40.76%
B=18.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172800.0100.530.3361.336.5149.41
HexAAAC501035213d2531
Octal252254120106541754561
Binary1010101010101100101000010110101100001111101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC50; }

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

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

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

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

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

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

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

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