#AEDE81

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

Shades of Feijoa #AEDE81

Tints of Feijoa #AEDE81

Color information

#AEDE81 (or 0xAEDE81) is unknown color: approx Feijoa. HEX triplet: AE, DE and 81. RGB value is (174,222,129). Sum of RGB (Red+Green+Blue) = 174+222+129=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE81 is #51217E. Grayscale: #C5C5C5. Windows color (decimal): -5316991 or 8511150. OLE color: 8511150.

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

Color convert

RGB174222129-
CMYK0.2200.420.13
HSL90.97º58.49%68.82%-
HSV(B)90.97º41.89%87.06%-
XYZ47.5462.8330.39-
YUV197.0589.6111.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 129 (50.78% from 255) = 24.57%
R=33.14%
G=42.29%
B=24.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221290.2200.420.1390.9758.4968.82
HexAEDE811602AD5b3a45
Octal256336201260521513372105
Binary101011101101111010000001101100101010110110110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE81; }

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

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

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

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

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

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

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

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