#AED882

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

Shades of Feijoa #AED882

Tints of Feijoa #AED882

Color information

#AED882 (or 0xAED882) is unknown color: approx Feijoa. HEX triplet: AE, D8 and 82. RGB value is (174,216,130). Sum of RGB (Red+Green+Blue) = 174+216+130=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #AED882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED882 is #51277D. Grayscale: #C1C1C1. Windows color (decimal): -5318526 or 8575150. OLE color: 8575150.

HSL color Cylindrical-coordinate representation of color #AED882: hue angle of 89.3º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED882 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB174216130-
CMYK0.1900.400.15
HSL89.3º52.44%67.84%-
HSV(B)89.3º39.81%84.71%-
XYZ46.0459.7230.22-
YUV193.6492.09113.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 130 (51.17% from 255) = 25%
R=33.46%
G=41.54%
B=25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161300.1900.400.1589.352.4467.84
HexAED88213028F593444
Octal256330202230501713164104
Binary101011101101100010000010100110101000111110110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED882; }

 p { color: rgb(174,216,130); }

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

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

 a { background-color: rgb(174,216,130); }

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

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

 span { border-color: rgb(174,216,130); }

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