#AEDE73

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

Shades of Feijoa #AEDE73

Tints of Feijoa #AEDE73

Color information

#AEDE73 (or 0xAEDE73) is unknown color: approx Feijoa. HEX triplet: AE, DE and 73. RGB value is (174,222,115). Sum of RGB (Red+Green+Blue) = 174+222+115=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE73 is #51218C. Grayscale: #C3C3C3. Windows color (decimal): -5317005 or 7593646. OLE color: 7593646.

HSL color Cylindrical-coordinate representation of color #AEDE73: hue angle of 86.92º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEDE73 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB174222115-
CMYK0.2200.480.13
HSL86.92º61.85%66.08%-
HSV(B)86.92º48.2%87.06%-
XYZ46.6762.4825.82-
YUV195.4582.6112.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 222 (87.11% from 255) = 43.44%
BLUE value IS 115 (45.31% from 255) = 22.50%
R=34.05%
G=43.44%
B=22.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221150.2200.480.1386.9261.8566.08
HexAEDE7316030D573e42
Octal256336163260601512776102
Binary10101110110111101110011101100110000110110101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE73; }

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

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

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

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

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

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

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

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