#AADC88

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

Shades of Feijoa #AADC88

Tints of Feijoa #AADC88

Color information

#AADC88 (or 0xAADC88) is unknown color: approx Feijoa. HEX triplet: AA, DC and 88. RGB value is (170,220,136). Sum of RGB (Red+Green+Blue) = 170+220+136=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC88 is #552377. Grayscale: #C3C3C3. Windows color (decimal): -5579640 or 8969386. OLE color: 8969386.

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

Color convert

RGB170220136-
CMYK0.2300.380.14
HSL95.71º54.55%69.8%-
HSV(B)95.71º38.18%86.27%-
XYZ46.6161.5132.71-
YUV195.4794.44109.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 136 (53.52% from 255) = 25.86%
R=32.32%
G=41.83%
B=25.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201360.2300.380.1495.7154.5569.8
HexAADC8817026E603746
Octal252334210270461614067106
Binary101010101101110010001000101110100110111011000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC88; }

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

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

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

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

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

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

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

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