#AAD971

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

Shades of Feijoa #AAD971

Tints of Feijoa #AAD971

Color information

#AAD971 (or 0xAAD971) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 71. RGB value is (170,217,113). Sum of RGB (Red+Green+Blue) = 170+217+113=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD971 is #55268E. Grayscale: #BFBFBF. Windows color (decimal): -5580431 or 7461290. OLE color: 7461290.

HSL color Cylindrical-coordinate representation of color #AAD971: hue angle of 87.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAD971 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB170217113-
CMYK0.2200.480.15
HSL87.12º57.78%64.71%-
HSV(B)87.12º47.93%85.1%-
XYZ44.3759.3624.74-
YUV191.0983.93112.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 217 (85.16% from 255) = 43.4%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=34%
G=43.4%
B=22.6%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171130.2200.480.1587.1257.7864.71
HexAAD97116030F573a41
Octal252331161260601712772101
Binary10101010110110011110001101100110000111110101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD971; }

 p { color: rgb(170,217,113); }

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

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

 a { background-color: rgb(170,217,113); }

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

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

 span { border-color: rgb(170,217,113); }

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