#AEDA88

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

Shades of Feijoa #AEDA88

Tints of Feijoa #AEDA88

Color information

#AEDA88 (or 0xAEDA88) is unknown color: approx Feijoa. HEX triplet: AE, DA and 88. RGB value is (174,218,136). Sum of RGB (Red+Green+Blue) = 174+218+136=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA88 is #512577. Grayscale: #C3C3C3. Windows color (decimal): -5318008 or 8968878. OLE color: 8968878.

HSL color Cylindrical-coordinate representation of color #AEDA88: hue angle of 92.2º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEDA88 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB174218136-
CMYK0.2000.380.15
HSL92.2º52.56%69.41%-
HSV(B)92.2º37.61%85.49%-
XYZ46.9760.9232.58-
YUV195.594.42112.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 136 (53.52% from 255) = 25.76%
R=32.95%
G=41.29%
B=25.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181360.2000.380.1592.252.5669.41
HexAEDA8814026F5c3545
Octal256332210240461713465105
Binary101011101101101010001000101000100110111110111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA88; }

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

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

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

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

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

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

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

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