#AABF62

Color #AABF62 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AABF62

Tints of Wild Willow #AABF62

Color information

#AABF62 (or 0xAABF62) is unknown color: approx Wild Willow. HEX triplet: AA, BF and 62. RGB value is (170,191,98). Sum of RGB (Red+Green+Blue) = 170+191+98=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF62 is #55409D. Grayscale: #AEAEAE. Windows color (decimal): -5587102 or 6471594. OLE color: 6471594.

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

Color convert

RGB17019198-
CMYK0.1100.490.25
HSL73.55º42.08%56.67%-
HSV(B)73.55º48.69%74.9%-
XYZ37.4146.6918.6-
YUV174.1285.04125.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 98 (38.67% from 255) = 21.35%
R=37.04%
G=41.61%
B=21.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170191980.1100.490.2573.5542.0856.67
HexAABF62B031194a2a39
Octal25227714213061311125271
Binary1010101010111111110001010110110001110011001010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF62; }

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

 H1.HeaderClassName
 {
   color: #AABF62;
 }
 .AnyTagClassName
 {
   color: #AABF62;
 }
</style>
background-color css

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

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

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

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

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

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