#AADA8A

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

Shades of Feijoa #AADA8A

Tints of Feijoa #AADA8A

Color information

#AADA8A (or 0xAADA8A) is unknown color: approx Feijoa. HEX triplet: AA, DA and 8A. RGB value is (170,218,138). Sum of RGB (Red+Green+Blue) = 170+218+138=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA8A is #552575. Grayscale: #C2C2C2. Windows color (decimal): -5580150 or 9099946. OLE color: 9099946.

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

Color convert

RGB170218138-
CMYK0.2200.370.15
HSL96º51.95%69.8%-
HSV(B)96º36.7%85.49%-
XYZ46.2460.5233.29-
YUV194.5396.1110.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=32.32%
G=41.44%
B=26.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181380.2200.370.159651.9569.8
HexAADA8A16025F603446
Octal252332212260451714064106
Binary101010101101101010001010101100100101111111000001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA8A; }

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

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

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

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

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

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

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

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