#AEDC96

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

Shades of Feijoa #AEDC96

Tints of Feijoa #AEDC96

Color information

#AEDC96 (or 0xAEDC96) is unknown color: approx Feijoa. HEX triplet: AE, DC and 96. RGB value is (174,220,150). Sum of RGB (Red+Green+Blue) = 174+220+150=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC96 is #512369. Grayscale: #C6C6C6. Windows color (decimal): -5317482 or 9886894. OLE color: 9886894.

HSL color Cylindrical-coordinate representation of color #AEDC96: hue angle of 99.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEDC96 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB174220150-
CMYK0.2100.320.14
HSL99.43º50%72.55%-
HSV(B)99.43º31.82%86.27%-
XYZ48.5562.3938.34-
YUV198.27100.76110.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=31.99%
G=40.44%
B=27.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201500.2100.320.1499.435072.55
HexAEDC9615020E633249
Octal256334226250401614362111
Binary101011101101110010010110101010100000111011000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC96; }

 p { color: rgb(174,220,150); }

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

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

 a { background-color: rgb(174,220,150); }

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

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

 span { border-color: rgb(174,220,150); }

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