#AADE84

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

Shades of Feijoa #AADE84

Tints of Feijoa #AADE84

Color information

#AADE84 (or 0xAADE84) is unknown color: approx Feijoa. HEX triplet: AA, DE and 84. RGB value is (170,222,132). Sum of RGB (Red+Green+Blue) = 170+222+132=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE84 is #55217B. Grayscale: #C4C4C4. Windows color (decimal): -5579132 or 8707754. OLE color: 8707754.

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

Color convert

RGB170222132-
CMYK0.2300.410.13
HSL94.67º57.69%69.41%-
HSV(B)94.67º40.54%87.06%-
XYZ46.8662.4531.41-
YUV196.1991.77109.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=32.44%
G=42.37%
B=25.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221320.2300.410.1394.6757.6969.41
HexAADE8417029D5f3a45
Octal252336204270511513772105
Binary101010101101111010000100101110101001110110111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE84; }

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

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

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

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

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

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

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

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