#AEDE75

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

Shades of Feijoa #AEDE75

Tints of Feijoa #AEDE75

Color information

#AEDE75 (or 0xAEDE75) is unknown color: approx Feijoa. HEX triplet: AE, DE and 75. RGB value is (174,222,117). Sum of RGB (Red+Green+Blue) = 174+222+117=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE75 is #51218A. Grayscale: #C4C4C4. Windows color (decimal): -5317003 or 7724718. OLE color: 7724718.

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

Color convert

RGB174222117-
CMYK0.2200.470.13
HSL87.43º61.4%66.47%-
HSV(B)87.43º47.3%87.06%-
XYZ46.7962.5326.43-
YUV195.6883.6112.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 222 (87.11% from 255) = 43.27%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=33.92%
G=43.27%
B=22.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221170.2200.470.1387.4361.466.47
HexAEDE751602FD573d42
Octal256336165260571512775102
Binary10101110110111101110101101100101111110110101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE75; }

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

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

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

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

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

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

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

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