Html Css Color HEX #AAC064 Wild Willow

📋 copy color: '#AAC064'

red 170 ◦ green 192 ◦ blue 100

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

Shades of Wild Willow #AAC064

Tints of Wild Willow #AAC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

 BLUE value IS 100 (39.45% from 255) = 21.65%

R = 36.8%
G = 41.56%
B = 21.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#AAC064 (or 0xAAC064) is known color: Wild Willow. HEX triplet: AA, C0 and 64. RGB value is (170,192,100). Sum of RGB (Red+Green+Blue) = 170+192+100=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC064 is #553F9B. Grayscale: #AFAFAF. Windows color (decimal): -5586844 or 6602922. OLE color: 6602922.

HSL color Cylindrical-coordinate representation of color #AAC064: hue angle of 74.35º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAC064 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 100 -
CMYK 0.11 0 0.48 0.25
HSL 74.35º 0.42% 0.57% -
HSV(B) 74.35º 0.48% 0.75% -
XYZ 37.73 47.17 19.17 -
YUV 174.93 85.71 124.48 -
System Red Green Blue C M Y K H S L
Decimal 170 192 100 0.11 0 0.48 0.25 74.35 0.42 0.57
Hex AA C0 64 B 0 30 19 4A 2A 39
Octal 252 300 144 13 0 60 31 112 52 71
Binary 10101010 11000000 1100100 1011 0 110000 11001 1001010 101010 111001

Color Harmonies of #AAC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC064

Black with #AAC064

Text Example


Text Example

White with #AAC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC064; }

 p { color: rgb(170,192,100); }

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

background-color css

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

 a { background-color: rgb(170,192,100); }

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

border-color css

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

 span { border-color: rgb(170,192,100); }

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