#AEDD91

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

Shades of Feijoa #AEDD91

Tints of Feijoa #AEDD91

Color information

#AEDD91 (or 0xAEDD91) is unknown color: approx Feijoa. HEX triplet: AE, DD and 91. RGB value is (174,221,145). Sum of RGB (Red+Green+Blue) = 174+221+145=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD91 is #51226E. Grayscale: #C6C6C6. Windows color (decimal): -5317231 or 9559470. OLE color: 9559470.

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

Color convert

RGB174221145-
CMYK0.2100.340.13
HSL97.11º52.78%71.76%-
HSV(B)97.11º34.39%86.67%-
XYZ48.4262.7636.35-
YUV198.2897.93110.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=32.22%
G=40.93%
B=26.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211450.2100.340.1397.1152.7871.76
HexAEDD9115022D613548
Octal256335221250421514165110
Binary101011101101110110010001101010100010110111000011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD91; }

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

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

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

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

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

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

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

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