#AEDD81

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

Shades of Feijoa #AEDD81

Tints of Feijoa #AEDD81

Color information

#AEDD81 (or 0xAEDD81) is unknown color: approx Feijoa. HEX triplet: AE, DD and 81. RGB value is (174,221,129). Sum of RGB (Red+Green+Blue) = 174+221+129=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD81 is #51227E. Grayscale: #C4C4C4. Windows color (decimal): -5317247 or 8510894. OLE color: 8510894.

HSL color Cylindrical-coordinate representation of color #AEDD81: hue angle of 90.65º 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 #AEDD81 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB174221129-
CMYK0.2100.420.13
HSL90.65º57.5%68.63%-
HSV(B)90.65º41.63%86.67%-
XYZ47.2762.330.3-
YUV196.4689.93111.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 129 (50.78% from 255) = 24.62%
R=33.21%
G=42.18%
B=24.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211290.2100.420.1390.6557.568.63
HexAEDD811502AD5b3a45
Octal256335201250521513372105
Binary101011101101110110000001101010101010110110110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD81; }

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

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

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

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

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

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

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

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