Html Css Color HEX #AAC65D Wild Willow

📋 copy color: '#AAC65D'

red 170 ◦ green 198 ◦ blue 93

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

Shades of Wild Willow #AAC65D

Tints of Wild Willow #AAC65D

RGB

 RED value IS 170 (66.8% 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 value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#AAC65D (or 0xAAC65D) is known color: 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

RGB 170 198 93 -
CMYK 0.14 0 0.53 0.22
HSL 76º 0.48% 0.57% -
HSV(B) 76º 0.53% 0.78% -
XYZ 38.75 49.72 17.91 -
YUV 177.66 80.22 122.54 -
System Red Green Blue C M Y K H S L
Decimal 170 198 93 0.14 0 0.53 0.22 76 0.48 0.57
Hex AA C6 5D E 0 35 16 4C 30 39
Octal 252 306 135 16 0 65 26 114 60 71
Binary 10101010 11000110 1011101 1110 0 110101 10110 1001100 110000 111001

Color Harmonies of #AAC65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC65D

Black with #AAC65D

Text Example


Text Example

White with #AAC65D

Text Example


Text Example

HTML Codes & Css Web 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>