#AAD289

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

Shades of Feijoa #AAD289

Tints of Feijoa #AAD289

Color information

#AAD289 (or 0xAAD289) is unknown color: approx Feijoa. HEX triplet: AA, D2 and 89. RGB value is (170,210,137). Sum of RGB (Red+Green+Blue) = 170+210+137=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD289 is #552D76. Grayscale: #BDBDBD. Windows color (decimal): -5582199 or 9032362. OLE color: 9032362.

HSL color Cylindrical-coordinate representation of color #AAD289: hue angle of 92.88º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAD289 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB170210137-
CMYK0.1900.350.18
HSL92.88º44.79%68.04%-
HSV(B)92.88º34.76%82.35%-
XYZ44.1456.4532.24-
YUV189.7298.25113.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 137 (53.91% from 255) = 26.50%
R=32.88%
G=40.62%
B=26.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702101370.1900.350.1892.8844.7968.04
HexAAD28913023125d2d44
Octal252322211230432213555104
Binary1010101011010010100010011001101000111001010111011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD289; }

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

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

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

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

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

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

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

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