#AAC65F

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

Shades of Wild Willow #AAC65F

Tints of Wild Willow #AAC65F

Color information

#AAC65F (or 0xAAC65F) is unknown color: approx Wild Willow. HEX triplet: AA, C6 and 5F. RGB value is (170,198,95). Sum of RGB (Red+Green+Blue) = 170+198+95=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC65F is #5539A0. Grayscale: #B2B2B2. Windows color (decimal): -5585313 or 6276778. OLE color: 6276778.

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

Color convert

RGB17019895-
CMYK0.1400.520.22
HSL76.31º47.47%57.45%-
HSV(B)76.31º52.02%77.65%-
XYZ38.8449.7618.38-
YUV177.8981.22122.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 198 (77.73% from 255) = 42.76%
BLUE value IS 95 (37.5% from 255) = 20.52%
R=36.72%
G=42.76%
B=20.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170198950.1400.520.2276.3147.4757.45
HexAAC65FE034164c2f39
Octal25230613716064261145771
Binary1010101011000110101111111100110100101101001100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC65F; }

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

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

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

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

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

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

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

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