#AADA82

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

Shades of Feijoa #AADA82

Tints of Feijoa #AADA82

Color information

#AADA82 (or 0xAADA82) is unknown color: approx Feijoa. HEX triplet: AA, DA and 82. RGB value is (170,218,130). Sum of RGB (Red+Green+Blue) = 170+218+130=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA82 is #55257D. Grayscale: #C1C1C1. Windows color (decimal): -5580158 or 8575658. OLE color: 8575658.

HSL color Cylindrical-coordinate representation of color #AADA82: hue angle of 92.73º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADA82 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB170218130-
CMYK0.2200.400.15
HSL92.73º54.32%68.24%-
HSV(B)92.73º40.37%85.49%-
XYZ45.6860.330.35-
YUV193.6292.1111.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=32.82%
G=42.08%
B=25.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181300.2200.400.1592.7354.3268.24
HexAADA8216028F5d3644
Octal252332202260501713566104
Binary101010101101101010000010101100101000111110111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA82; }

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

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

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

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

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

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

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

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