#AADC8A

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

Shades of Feijoa #AADC8A

Tints of Feijoa #AADC8A

Color information

#AADC8A (or 0xAADC8A) is unknown color: approx Feijoa. HEX triplet: AA, DC and 8A. RGB value is (170,220,138). Sum of RGB (Red+Green+Blue) = 170+220+138=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC8A is #552375. Grayscale: #C3C3C3. Windows color (decimal): -5579638 or 9100458. OLE color: 9100458.

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

Color convert

RGB170220138-
CMYK0.2300.370.14
HSL96.59º53.95%70.2%-
HSV(B)96.59º37.27%86.27%-
XYZ46.7661.5733.46-
YUV195.795.44109.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=32.20%
G=41.67%
B=26.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201380.2300.370.1496.5953.9570.2
HexAADC8A17025E613646
Octal252334212270451614166106
Binary101010101101110010001010101110100101111011000011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC8A; }

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

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

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

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

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

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

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

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