#AADC87

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

Shades of Feijoa #AADC87

Tints of Feijoa #AADC87

Color information

#AADC87 (or 0xAADC87) is unknown color: approx Feijoa. HEX triplet: AA, DC and 87. RGB value is (170,220,135). Sum of RGB (Red+Green+Blue) = 170+220+135=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC87 is #552378. Grayscale: #C3C3C3. Windows color (decimal): -5579641 or 8903850. OLE color: 8903850.

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

Color convert

RGB170220135-
CMYK0.2300.390.14
HSL95.29º54.84%69.61%-
HSV(B)95.29º38.64%86.27%-
XYZ46.5461.4832.34-
YUV195.3693.94109.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 220 (86.33% from 255) = 41.90%
BLUE value IS 135 (53.12% from 255) = 25.71%
R=32.38%
G=41.90%
B=25.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201350.2300.390.1495.2954.8469.61
HexAADC8717027E5f3746
Octal252334207270471613767106
Binary101010101101110010000111101110100111111010111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC87; }

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

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

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

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

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

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

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

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