Html Css Color HEX #AAC462 Wild Willow

📋 copy color: '#AAC462'

red 170 ◦ green 196 ◦ blue 98

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

Shades of Wild Willow #AAC462

Tints of Wild Willow #AAC462

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.24%

 BLUE value IS 98 (38.67% from 255) = 21.12%

R = 36.64%
G = 42.24%
B = 21.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#AAC462 (or 0xAAC462) is known color: Wild Willow. HEX triplet: AA, C4 and 62. RGB value is (170,196,98). Sum of RGB (Red+Green+Blue) = 170+196+98=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC462 is #553B9D. Grayscale: #B1B1B1. Windows color (decimal): -5585822 or 6472874. OLE color: 6472874.

HSL color Cylindrical-coordinate representation of color #AAC462: hue angle of 75.92º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAC462 is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 98 -
CMYK 0.13 0 0.5 0.23
HSL 75.92º 0.45% 0.58% -
HSV(B) 75.92º 0.5% 0.77% -
XYZ 38.52 48.91 18.97 -
YUV 177.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 170 196 98 0.13 0 0.5 0.23 75.92 0.45 0.58
Hex AA C4 62 D 0 32 17 4C 2D 3A
Octal 252 304 142 15 0 62 27 114 55 72
Binary 10101010 11000100 1100010 1101 0 110010 10111 1001100 101101 111010

Color Harmonies of #AAC462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC462

Black with #AAC462

Text Example


Text Example

White with #AAC462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC462; }

 p { color: rgb(170,196,98); }

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

background-color css

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

 a { background-color: rgb(170,196,98); }

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

border-color css

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

 span { border-color: rgb(170,196,98); }

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