#AAC75C

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

Shades of Wild Willow #AAC75C

Tints of Wild Willow #AAC75C

Color information

#AAC75C (or 0xAAC75C) is unknown color: approx Wild Willow. HEX triplet: AA, C7 and 5C. RGB value is (170,199,92). Sum of RGB (Red+Green+Blue) = 170+199+92=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC75C is #5538A3. Grayscale: #B2B2B2. Windows color (decimal): -5585060 or 6080426. OLE color: 6080426.

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

Color convert

RGB17019992-
CMYK0.1500.540.22
HSL76.26º48.86%57.06%-
HSV(B)76.26º53.77%78.04%-
XYZ38.9350.1717.76-
YUV178.1379.39122.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 92 (36.33% from 255) = 19.96%
R=36.88%
G=43.17%
B=19.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170199920.1500.540.2276.2648.8657.06
HexAAC75CF036164c3139
Octal25230713417066261146171
Binary1010101011000111101110011110110110101101001100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC75C; }

 p { color: rgb(170,199,92); }

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

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

 a { background-color: rgb(170,199,92); }

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

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

 span { border-color: rgb(170,199,92); }

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