#AAC35F

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

Shades of Wild Willow #AAC35F

Tints of Wild Willow #AAC35F

Color information

#AAC35F (or 0xAAC35F) is unknown color: approx Wild Willow. HEX triplet: AA, C3 and 5F. RGB value is (170,195,95). Sum of RGB (Red+Green+Blue) = 170+195+95=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC35F is #553CA0. Grayscale: #B0B0B0. Windows color (decimal): -5586081 or 6276010. OLE color: 6276010.

HSL color Cylindrical-coordinate representation of color #AAC35F: hue angle of 75º 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 #AAC35F is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB17019595-
CMYK0.1300.510.24
HSL75º45.45%56.86%-
HSV(B)75º51.28%76.47%-
XYZ38.1648.418.16-
YUV176.1282.22123.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 195 (76.56% from 255) = 42.39%
BLUE value IS 95 (37.5% from 255) = 20.65%
R=36.96%
G=42.39%
B=20.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170195950.1300.510.247545.4556.86
HexAAC35FD033184b2d39
Octal25230313715063301135571
Binary1010101011000011101111111010110011110001001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC35F; }

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

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

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

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

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

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

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

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