#AADA86

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

Shades of Feijoa #AADA86

Tints of Feijoa #AADA86

Color information

#AADA86 (or 0xAADA86) is unknown color: approx Feijoa. HEX triplet: AA, DA and 86. RGB value is (170,218,134). Sum of RGB (Red+Green+Blue) = 170+218+134=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA86 is #552579. Grayscale: #C2C2C2. Windows color (decimal): -5580154 or 8837802. OLE color: 8837802.

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

Color convert

RGB170218134-
CMYK0.2200.390.15
HSL94.29º53.16%69.02%-
HSV(B)94.29º38.53%85.49%-
XYZ45.9560.4131.79-
YUV194.0794.1110.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 134 (52.73% from 255) = 25.67%
R=32.57%
G=41.76%
B=25.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181340.2200.390.1594.2953.1669.02
HexAADA8616027F5e3545
Octal252332206260471713665105
Binary101010101101101010000110101100100111111110111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA86; }

 p { color: rgb(170,218,134); }

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

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

 a { background-color: rgb(170,218,134); }

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

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

 span { border-color: rgb(170,218,134); }

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