#AADC7D

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

Shades of Feijoa #AADC7D

Tints of Feijoa #AADC7D

Color information

#AADC7D (or 0xAADC7D) is unknown color: approx Feijoa. HEX triplet: AA, DC and 7D. RGB value is (170,220,125). Sum of RGB (Red+Green+Blue) = 170+220+125=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC7D is #552382. Grayscale: #C2C2C2. Windows color (decimal): -5579651 or 8248490. OLE color: 8248490.

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

Color convert

RGB170220125-
CMYK0.2300.430.14
HSL91.58º57.58%67.65%-
HSV(B)91.58º43.18%86.27%-
XYZ45.8761.2128.8-
YUV194.2288.94110.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=33.01%
G=42.72%
B=24.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201250.2300.430.1491.5857.5867.65
HexAADC7D1702BE5c3a44
Octal252334175270531613472104
Binary10101010110111001111101101110101011111010111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC7D; }

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

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

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

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

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

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

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

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