#AEDE87

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

Shades of Feijoa #AEDE87

Tints of Feijoa #AEDE87

Color information

#AEDE87 (or 0xAEDE87) is unknown color: approx Feijoa. HEX triplet: AE, DE and 87. RGB value is (174,222,135). Sum of RGB (Red+Green+Blue) = 174+222+135=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE87 is #512178. Grayscale: #C6C6C6. Windows color (decimal): -5316985 or 8904366. OLE color: 8904366.

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

Color convert

RGB174222135-
CMYK0.2200.390.13
HSL93.1º56.86%70%-
HSV(B)93.1º39.19%87.06%-
XYZ47.9562.9932.55-
YUV197.7392.6111.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 222 (87.11% from 255) = 41.81%
BLUE value IS 135 (53.12% from 255) = 25.42%
R=32.77%
G=41.81%
B=25.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221350.2200.390.1393.156.8670
HexAEDE8716027D5d3946
Octal256336207260471513571106
Binary101011101101111010000111101100100111110110111011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE87; }

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

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

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

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

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

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

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

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