#AAD989

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

Shades of Feijoa #AAD989

Tints of Feijoa #AAD989

Color information

#AAD989 (or 0xAAD989) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 89. RGB value is (170,217,137). Sum of RGB (Red+Green+Blue) = 170+217+137=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD989 is #552676. Grayscale: #C2C2C2. Windows color (decimal): -5580407 or 9034154. OLE color: 9034154.

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

Color convert

RGB170217137-
CMYK0.2200.370.15
HSL95.25º51.28%69.41%-
HSV(B)95.25º36.87%85.1%-
XYZ45.9159.9832.82-
YUV193.8395.93111-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 137 (53.91% from 255) = 26.15%
R=32.44%
G=41.41%
B=26.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171370.2200.370.1595.2551.2869.41
HexAAD98916025F5f3345
Octal252331211260451713763105
Binary101010101101100110001001101100100101111110111111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD989; }

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

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

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

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

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

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

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

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