#AEDE96

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

Shades of Feijoa #AEDE96

Tints of Feijoa #AEDE96

Color information

#AEDE96 (or 0xAEDE96) is unknown color: approx Feijoa. HEX triplet: AE, DE and 96. RGB value is (174,222,150). Sum of RGB (Red+Green+Blue) = 174+222+150=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE96 is #512169. Grayscale: #C7C7C7. Windows color (decimal): -5316970 or 9887406. OLE color: 9887406.

HSL color Cylindrical-coordinate representation of color #AEDE96: hue angle of 100º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEDE96 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB174222150-
CMYK0.2200.320.13
HSL100º52.17%72.94%-
HSV(B)100º32.43%87.06%-
XYZ49.0863.4438.51-
YUV199.44100.1109.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 222 (87.11% from 255) = 40.66%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=31.87%
G=40.66%
B=27.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221500.2200.320.1310052.1772.94
HexAEDE9616020D643449
Octal256336226260401514464111
Binary101011101101111010010110101100100000110111001001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE96; }

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

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

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

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

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

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

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

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