Html Css Color HEX #AACA64 Wild Willow

📋 copy color: '#AACA64'

red 170 ◦ green 202 ◦ blue 100

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

Shades of Wild Willow #AACA64

Tints of Wild Willow #AACA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.8%

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

R = 36.02%
G = 42.8%
B = 21.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#AACA64 (or 0xAACA64) is known color: Wild Willow. HEX triplet: AA, CA and 64. RGB value is (170,202,100). Sum of RGB (Red+Green+Blue) = 170+202+100=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA64 is #55359B. Grayscale: #B5B5B5. Windows color (decimal): -5584284 or 6605482. OLE color: 6605482.

HSL color Cylindrical-coordinate representation of color #AACA64: hue angle of 78.82º degrees, saturation: 0.49, 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 #AACA64 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 100 -
CMYK 0.16 0 0.50 0.21
HSL 78.82º 0.49% 0.59% -
HSV(B) 78.82º 0.5% 0.79% -
XYZ 40 51.71 19.93 -
YUV 180.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 170 202 100 0.16 0 0.50 0.21 78.82 0.49 0.59
Hex AA CA 64 10 0 32 15 4F 31 3B
Octal 252 312 144 20 0 62 25 117 61 73
Binary 10101010 11001010 1100100 10000 0 110010 10101 1001111 110001 111011

Color Harmonies of #AACA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA64

Black with #AACA64

Text Example


Text Example

White with #AACA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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