Html Css Color HEX #AAC965 Wild Willow

📋 copy color: '#AAC965'

red 170 ◦ green 201 ◦ blue 101

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

Shades of Wild Willow #AAC965

Tints of Wild Willow #AAC965

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.58%

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 36.02%
G = 42.58%
B = 21.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#AAC965 (or 0xAAC965) is known color: Wild Willow. HEX triplet: AA, C9 and 65. RGB value is (170,201,101). Sum of RGB (Red+Green+Blue) = 170+201+101=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC965 is #55369A. Grayscale: #B4B4B4. Windows color (decimal): -5584539 or 6670762. OLE color: 6670762.

HSL color Cylindrical-coordinate representation of color #AAC965: hue angle of 78.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAC965 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 101 -
CMYK 0.15 0 0.50 0.21
HSL 78.6º 0.48% 0.59% -
HSV(B) 78.6º 0.5% 0.79% -
XYZ 39.81 51.26 20.11 -
YUV 180.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 170 201 101 0.15 0 0.50 0.21 78.6 0.48 0.59
Hex AA C9 65 F 0 32 15 4F 30 3B
Octal 252 311 145 17 0 62 25 117 60 73
Binary 10101010 11001001 1100101 1111 0 110010 10101 1001111 110000 111011

Color Harmonies of #AAC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC965

Black with #AAC965

Text Example


Text Example

White with #AAC965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC965; }

 p { color: rgb(170,201,101); }

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

background-color css

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

 a { background-color: rgb(170,201,101); }

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

border-color css

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

 span { border-color: rgb(170,201,101); }

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