#AADA85

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

Shades of Feijoa #AADA85

Tints of Feijoa #AADA85

Color information

#AADA85 (or 0xAADA85) is unknown color: approx Feijoa. HEX triplet: AA, DA and 85. RGB value is (170,218,133). Sum of RGB (Red+Green+Blue) = 170+218+133=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA85 is #55257A. Grayscale: #C2C2C2. Windows color (decimal): -5580155 or 8772266. OLE color: 8772266.

HSL color Cylindrical-coordinate representation of color #AADA85: hue angle of 93.88º 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 #AADA85 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB170218133-
CMYK0.2200.390.15
HSL93.88º53.46%68.82%-
HSV(B)93.88º38.99%85.49%-
XYZ45.8860.3831.43-
YUV193.9693.6110.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=32.63%
G=41.84%
B=25.53%

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
Decimal1702181330.2200.390.1593.8853.4668.82
HexAADA8516027F5e3545
Octal252332205260471713665105
Binary101010101101101010000101101100100111111110111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA85; }

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

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

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

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

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

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

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

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