#AEDD82

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

Shades of Feijoa #AEDD82

Tints of Feijoa #AEDD82

Color information

#AEDD82 (or 0xAEDD82) is unknown color: approx Feijoa. HEX triplet: AE, DD and 82. RGB value is (174,221,130). Sum of RGB (Red+Green+Blue) = 174+221+130=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD82 is #51227D. Grayscale: #C4C4C4. Windows color (decimal): -5317246 or 8576430. OLE color: 8576430.

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

Color convert

RGB174221130-
CMYK0.2100.410.13
HSL90.99º57.23%68.82%-
HSV(B)90.99º41.18%86.67%-
XYZ47.3462.3230.65-
YUV196.5790.43111.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=33.14%
G=42.10%
B=24.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211300.2100.410.1390.9957.2368.82
HexAEDD8215029D5b3945
Octal256335202250511513371105
Binary101011101101110110000010101010101001110110110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD82; }

 p { color: rgb(174,221,130); }

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

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

 a { background-color: rgb(174,221,130); }

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

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

 span { border-color: rgb(174,221,130); }

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