#AED88D

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

Shades of Feijoa #AED88D

Tints of Feijoa #AED88D

Color information

#AED88D (or 0xAED88D) is unknown color: approx Feijoa. HEX triplet: AE, D8 and 8D. RGB value is (174,216,141). Sum of RGB (Red+Green+Blue) = 174+216+141=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #AED88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED88D is #512772. Grayscale: #C3C3C3. Windows color (decimal): -5318515 or 9296046. OLE color: 9296046.

HSL color Cylindrical-coordinate representation of color #AED88D: hue angle of 93.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AED88D is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB174216141-
CMYK0.1900.350.15
HSL93.6º49.02%70%-
HSV(B)93.6º34.72%84.71%-
XYZ46.8260.0334.32-
YUV194.8997.59113.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=32.77%
G=40.68%
B=26.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161410.1900.350.1593.649.0270
HexAED88D13023F5e3146
Octal256330215230431713661106
Binary101011101101100010001101100110100011111110111101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED88D; }

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

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

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

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

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

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

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

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