Html Css Color HEX #AAC062 Wild Willow

📋 copy color: '#AAC062'

red 170 ◦ green 192 ◦ blue 98

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

Shades of Wild Willow #AAC062

Tints of Wild Willow #AAC062

RGB

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

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

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

R = 36.96%
G = 41.74%
B = 21.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#AAC062 (or 0xAAC062) is known color: Wild Willow. HEX triplet: AA, C0 and 62. RGB value is (170,192,98). Sum of RGB (Red+Green+Blue) = 170+192+98=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC062 is #553F9D. Grayscale: #AFAFAF. Windows color (decimal): -5586846 or 6471850. OLE color: 6471850.

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

Color convert

RGB 170 192 98 -
CMYK 0.11 0 0.49 0.25
HSL 74.04º 0.43% 0.57% -
HSV(B) 74.04º 0.49% 0.75% -
XYZ 37.63 47.13 18.67 -
YUV 174.71 84.71 124.64 -
System Red Green Blue C M Y K H S L
Decimal 170 192 98 0.11 0 0.49 0.25 74.04 0.43 0.57
Hex AA C0 62 B 0 31 19 4A 2B 39
Octal 252 300 142 13 0 61 31 112 53 71
Binary 10101010 11000000 1100010 1011 0 110001 11001 1001010 101011 111001

Color Harmonies of #AAC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC062

Black with #AAC062

Text Example


Text Example

White with #AAC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC062; }

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

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

background-color css

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

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

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

border-color css

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

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

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