#AEDA96

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

Shades of Feijoa #AEDA96

Tints of Feijoa #AEDA96

Color information

#AEDA96 (or 0xAEDA96) is unknown color: approx Feijoa. HEX triplet: AE, DA and 96. RGB value is (174,218,150). Sum of RGB (Red+Green+Blue) = 174+218+150=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA96 is #512569. Grayscale: #C5C5C5. Windows color (decimal): -5317994 or 9886382. OLE color: 9886382.

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

Color convert

RGB174218150-
CMYK0.2000.310.15
HSL98.82º47.89%72.16%-
HSV(B)98.82º31.19%85.49%-
XYZ48.0361.3438.16-
YUV197.09101.42111.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=32.10%
G=40.22%
B=27.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181500.2000.310.1598.8247.8972.16
HexAEDA961401FF633048
Octal256332226240371714360110
Binary10101110110110101001011010100011111111111000111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA96; }

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

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

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

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

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

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

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

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