#AABF63

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

Shades of Wild Willow #AABF63

Tints of Wild Willow #AABF63

Color information

#AABF63 (or 0xAABF63) is unknown color: approx Wild Willow. HEX triplet: AA, BF and 63. RGB value is (170,191,99). Sum of RGB (Red+Green+Blue) = 170+191+99=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF63 is #55409C. Grayscale: #AEAEAE. Windows color (decimal): -5587101 or 6537130. OLE color: 6537130.

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

Color convert

RGB17019199-
CMYK0.1100.480.25
HSL73.7º41.82%56.86%-
HSV(B)73.7º48.17%74.9%-
XYZ37.4646.7118.85-
YUV174.2385.54124.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 191 (75% from 255) = 41.52%
BLUE value IS 99 (39.06% from 255) = 21.52%
R=36.96%
G=41.52%
B=21.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170191990.1100.480.2573.741.8256.86
HexAABF63B030194a2a39
Octal25227714313060311125271
Binary1010101010111111110001110110110000110011001010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF63; }

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

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

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

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

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

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

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

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