#AEDE86

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

Shades of Feijoa #AEDE86

Tints of Feijoa #AEDE86

Color information

#AEDE86 (or 0xAEDE86) is unknown color: approx Feijoa. HEX triplet: AE, DE and 86. RGB value is (174,222,134). Sum of RGB (Red+Green+Blue) = 174+222+134=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE86 is #512179. Grayscale: #C5C5C5. Windows color (decimal): -5316986 or 8838830. OLE color: 8838830.

HSL color Cylindrical-coordinate representation of color #AEDE86: hue angle of 92.73º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEDE86 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB174222134-
CMYK0.2200.400.13
HSL92.73º57.14%69.8%-
HSV(B)92.73º39.64%87.06%-
XYZ47.8862.9632.18-
YUV197.6292.1111.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 222 (87.11% from 255) = 41.89%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=32.83%
G=41.89%
B=25.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221340.2200.400.1392.7357.1469.8
HexAEDE8616028D5d3946
Octal256336206260501513571106
Binary101011101101111010000110101100101000110110111011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE86; }

 p { color: rgb(174,222,134); }

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

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

 a { background-color: rgb(174,222,134); }

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

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

 span { border-color: rgb(174,222,134); }

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