#AADC8D

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

Shades of Feijoa #AADC8D

Tints of Feijoa #AADC8D

Color information

#AADC8D (or 0xAADC8D) is unknown color: approx Feijoa. HEX triplet: AA, DC and 8D. RGB value is (170,220,141). Sum of RGB (Red+Green+Blue) = 170+220+141=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC8D is #552372. Grayscale: #C4C4C4. Windows color (decimal): -5579635 or 9297066. OLE color: 9297066.

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

Color convert

RGB170220141-
CMYK0.2300.360.14
HSL97.97º53.02%70.78%-
HSV(B)97.97º35.91%86.27%-
XYZ46.9861.6634.62-
YUV196.0496.94109.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=32.02%
G=41.43%
B=26.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201410.2300.360.1497.9753.0270.78
HexAADC8D17024E623547
Octal252334215270441614265107
Binary101010101101110010001101101110100100111011000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC8D; }

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

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

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

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

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

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

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

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