#AADE8D

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

Shades of Feijoa #AADE8D

Tints of Feijoa #AADE8D

Color information

#AADE8D (or 0xAADE8D) is unknown color: approx Feijoa. HEX triplet: AA, DE and 8D. RGB value is (170,222,141). Sum of RGB (Red+Green+Blue) = 170+222+141=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE8D is #552172. Grayscale: #C5C5C5. Windows color (decimal): -5579123 or 9297578. OLE color: 9297578.

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

Color convert

RGB170222141-
CMYK0.2300.360.13
HSL98.52º55.1%71.18%-
HSV(B)98.52º36.49%87.06%-
XYZ47.5162.7134.8-
YUV197.2296.27108.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=31.89%
G=41.65%
B=26.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221410.2300.360.1398.5255.171.18
HexAADE8D17024D633747
Octal252336215270441514367107
Binary101010101101111010001101101110100100110111000111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE8D; }

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

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

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

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

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

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

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

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