#AADC86

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

Shades of Feijoa #AADC86

Tints of Feijoa #AADC86

Color information

#AADC86 (or 0xAADC86) is unknown color: approx Feijoa. HEX triplet: AA, DC and 86. RGB value is (170,220,134). Sum of RGB (Red+Green+Blue) = 170+220+134=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC86 is #552379. Grayscale: #C3C3C3. Windows color (decimal): -5579642 or 8838314. OLE color: 8838314.

HSL color Cylindrical-coordinate representation of color #AADC86: hue angle of 94.88º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AADC86 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB170220134-
CMYK0.2300.390.14
HSL94.88º55.13%69.41%-
HSV(B)94.88º39.09%86.27%-
XYZ46.4761.4531.97-
YUV195.2593.44109.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 134 (52.73% from 255) = 25.57%
R=32.44%
G=41.98%
B=25.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201340.2300.390.1494.8855.1369.41
HexAADC8617027E5f3745
Octal252334206270471613767105
Binary101010101101110010000110101110100111111010111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC86; }

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

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

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

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

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

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

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

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