#AAC264

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

Shades of Wild Willow #AAC264

Tints of Wild Willow #AAC264

Color information

#AAC264 (or 0xAAC264) is unknown color: approx Wild Willow. HEX triplet: AA, C2 and 64. RGB value is (170,194,100). Sum of RGB (Red+Green+Blue) = 170+194+100=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC264 is #553D9B. Grayscale: #B0B0B0. Windows color (decimal): -5586332 or 6603434. OLE color: 6603434.

HSL color Cylindrical-coordinate representation of color #AAC264: hue angle of 75.32º degrees, saturation: 0.44, 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 #AAC264 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB170194100-
CMYK0.1200.480.24
HSL75.32º43.52%57.65%-
HSV(B)75.32º48.45%76.08%-
XYZ38.1748.0519.32-
YUV176.1185.05123.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 194 (76.17% from 255) = 41.81%
BLUE value IS 100 (39.45% from 255) = 21.55%
R=36.64%
G=41.81%
B=21.55%

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
Decimal1701941000.1200.480.2475.3243.5257.65
HexAAC264C030184b2c3a
Octal25230214414060301135472
Binary1010101011000010110010011000110000110001001011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC264; }

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

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

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

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

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

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

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

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