#AAC65D

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

Shades of Wild Willow #AAC65D

Tints of Wild Willow #AAC65D

Color information

#AAC65D (or 0xAAC65D) is unknown color: approx Wild Willow. HEX triplet: AA, C6 and 5D. RGB value is (170,198,93). Sum of RGB (Red+Green+Blue) = 170+198+93=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC65D is #5539A2. Grayscale: #B2B2B2. Windows color (decimal): -5585315 or 6145706. OLE color: 6145706.

HSL color Cylindrical-coordinate representation of color #AAC65D: hue angle of 76º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAC65D is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB17019893-
CMYK0.1400.530.22
HSL76º47.95%57.06%-
HSV(B)76º53.03%77.65%-
XYZ38.7549.7217.91-
YUV177.6680.22122.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 198 (77.73% from 255) = 42.95%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=36.88%
G=42.95%
B=20.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170198930.1400.530.227647.9557.06
HexAAC65DE035164c3039
Octal25230613516065261146071
Binary1010101011000110101110111100110101101101001100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC65D; }

 p { color: rgb(170,198,93); }

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

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

 a { background-color: rgb(170,198,93); }

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

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

 span { border-color: rgb(170,198,93); }

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