#AAC260

Color #AAC260 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AAC260

Tints of Wild Willow #AAC260

Color information

#AAC260 (or 0xAAC260) is unknown color: approx Wild Willow. HEX triplet: AA, C2 and 60. RGB value is (170,194,96). Sum of RGB (Red+Green+Blue) = 170+194+96=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC260 is #553D9F. Grayscale: #B0B0B0. Windows color (decimal): -5586336 or 6341290. OLE color: 6341290.

HSL color Cylindrical-coordinate representation of color #AAC260: hue angle of 74.69º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAC260 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB17019496-
CMYK0.1200.510.24
HSL74.69º44.55%56.86%-
HSV(B)74.69º50.52%76.08%-
XYZ37.9847.9718.32-
YUV175.6583.05123.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 194 (76.17% from 255) = 42.17%
BLUE value IS 96 (37.89% from 255) = 20.87%
R=36.96%
G=42.17%
B=20.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170194960.1200.510.2474.6944.5556.86
HexAAC260C033184b2d39
Octal25230214014063301135571
Binary1010101011000010110000011000110011110001001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC260; }

 p { color: rgb(170,194,96); }

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

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

 a { background-color: rgb(170,194,96); }

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

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

 span { border-color: rgb(170,194,96); }

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