#AAD979

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

Shades of Feijoa #AAD979

Tints of Feijoa #AAD979

Color information

#AAD979 (or 0xAAD979) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 79. RGB value is (170,217,121). Sum of RGB (Red+Green+Blue) = 170+217+121=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD979 is #552686. Grayscale: #C0C0C0. Windows color (decimal): -5580423 or 7985578. OLE color: 7985578.

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

Color convert

RGB170217121-
CMYK0.2200.440.15
HSL89.38º55.81%66.27%-
HSV(B)89.38º44.24%85.1%-
XYZ44.8459.5527.22-
YUV19287.93112.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=33.46%
G=42.72%
B=23.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171210.2200.440.1589.3855.8166.27
HexAAD9791602CF593842
Octal252331171260541713170102
Binary10101010110110011111001101100101100111110110011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD979; }

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

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

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

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

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

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

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

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