#AEDD83

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

Shades of Feijoa #AEDD83

Tints of Feijoa #AEDD83

Color information

#AEDD83 (or 0xAEDD83) is unknown color: approx Feijoa. HEX triplet: AE, DD and 83. RGB value is (174,221,131). Sum of RGB (Red+Green+Blue) = 174+221+131=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD83 is #51227C. Grayscale: #C4C4C4. Windows color (decimal): -5317245 or 8641966. OLE color: 8641966.

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

Color convert

RGB174221131-
CMYK0.2100.410.13
HSL91.33º56.96%69.02%-
HSV(B)91.33º40.72%86.67%-
XYZ47.4162.3531.01-
YUV196.6990.93111.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=33.08%
G=42.02%
B=24.90%

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
Decimal1742211310.2100.410.1391.3356.9669.02
HexAEDD8315029D5b3945
Octal256335203250511513371105
Binary101011101101110110000011101010101001110110110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD83; }

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

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

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

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

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

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

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

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