#AAC265

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

Shades of Wild Willow #AAC265

Tints of Wild Willow #AAC265

Color information

#AAC265 (or 0xAAC265) is unknown color: approx Wild Willow. HEX triplet: AA, C2 and 65. RGB value is (170,194,101). Sum of RGB (Red+Green+Blue) = 170+194+101=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC265 is #553D9A. Grayscale: #B0B0B0. Windows color (decimal): -5586331 or 6668970. OLE color: 6668970.

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

Color convert

RGB170194101-
CMYK0.1200.480.24
HSL75.48º43.26%57.84%-
HSV(B)75.48º47.94%76.08%-
XYZ38.2248.0719.58-
YUV176.2285.55123.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=36.56%
G=41.72%
B=21.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941010.1200.480.2475.4843.2657.84
HexAAC265C030184b2b3a
Octal25230214514060301135372
Binary1010101011000010110010111000110000110001001011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC265; }

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

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

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

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

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

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

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

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