Html Css Color HEX #AABF64 Wild Willow

📋 copy color: '#AABF64'

red 170 ◦ green 191 ◦ blue 100

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

Shades of Wild Willow #AABF64

Tints of Wild Willow #AABF64

RGB

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

 GREEN value IS 191 (75% from 255) = 41.43%

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

R = 36.88%
G = 41.43%
B = 21.69%

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

#AABF64 (or 0xAABF64) is known color: Wild Willow. HEX triplet: AA, BF and 64. RGB value is (170,191,100). Sum of RGB (Red+Green+Blue) = 170+191+100=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF64 is #55409B. Grayscale: #AEAEAE. Windows color (decimal): -5587100 or 6602666. OLE color: 6602666.

HSL color Cylindrical-coordinate representation of color #AABF64: hue angle of 73.85º 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 #AABF64 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 100 -
CMYK 0.11 0 0.48 0.25
HSL 73.85º 0.42% 0.57% -
HSV(B) 73.85º 0.48% 0.75% -
XYZ 37.51 46.73 19.1 -
YUV 174.35 86.04 124.9 -
System Red Green Blue C M Y K H S L
Decimal 170 191 100 0.11 0 0.48 0.25 73.85 0.42 0.57
Hex AA BF 64 B 0 30 19 4A 2A 39
Octal 252 277 144 13 0 60 31 112 52 71
Binary 10101010 10111111 1100100 1011 0 110000 11001 1001010 101010 111001

Color Harmonies of #AABF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF64

Black with #AABF64

Text Example


Text Example

White with #AABF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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