#AEDD88

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

Shades of Feijoa #AEDD88

Tints of Feijoa #AEDD88

Color information

#AEDD88 (or 0xAEDD88) is unknown color: approx Feijoa. HEX triplet: AE, DD and 88. RGB value is (174,221,136). Sum of RGB (Red+Green+Blue) = 174+221+136=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD88 is #512277. Grayscale: #C5C5C5. Windows color (decimal): -5317240 or 8969646. OLE color: 8969646.

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

Color convert

RGB174221136-
CMYK0.2100.380.13
HSL93.18º55.56%70%-
HSV(B)93.18º38.46%86.67%-
XYZ47.7662.4932.84-
YUV197.2693.43111.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 136 (53.52% from 255) = 25.61%
R=32.77%
G=41.62%
B=25.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211360.2100.380.1393.1855.5670
HexAEDD8815026D5d3846
Octal256335210250461513570106
Binary101011101101110110001000101010100110110110111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD88; }

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

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

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

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

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

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

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

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