Html Css Color HEX #AAC760 Wild Willow

📋 copy color: '#AAC760'

red 170 ◦ green 199 ◦ blue 96

#AAC760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #AAC760

Tints of Wild Willow #AAC760

RGB

 RED value IS 170 (66.8% from 255) = 36.56%

 GREEN value IS 199 (78.13% from 255) = 42.8%

 BLUE value IS 96 (37.89% from 255) = 20.65%

R = 36.56%
G = 42.8%
B = 20.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#AAC760 (or 0xAAC760) is known color: Wild Willow. HEX triplet: AA, C7 and 60. RGB value is (170,199,96). Sum of RGB (Red+Green+Blue) = 170+199+96=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC760 is #55389F. Grayscale: #B2B2B2. Windows color (decimal): -5585056 or 6342570. OLE color: 6342570.

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

Color convert

RGB 170 199 96 -
CMYK 0.15 0 0.52 0.22
HSL 76.89º 0.48% 0.58% -
HSV(B) 76.89º 0.52% 0.78% -
XYZ 39.11 50.24 18.7 -
YUV 178.59 81.39 121.88 -
System Red Green Blue C M Y K H S L
Decimal 170 199 96 0.15 0 0.52 0.22 76.89 0.48 0.58
Hex AA C7 60 F 0 34 16 4D 30 3A
Octal 252 307 140 17 0 64 26 115 60 72
Binary 10101010 11000111 1100000 1111 0 110100 10110 1001101 110000 111010

Color Harmonies of #AAC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC760

Black with #AAC760

Text Example


Text Example

White with #AAC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC760; }

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

 H1.HeaderClassName
 {
   color: #AAC760;
 }
 .AnyTagClassName
 {
   color: #AAC760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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