#AEDC8B

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

Shades of Feijoa #AEDC8B

Tints of Feijoa #AEDC8B

Color information

#AEDC8B (or 0xAEDC8B) is unknown color: approx Feijoa. HEX triplet: AE, DC and 8B. RGB value is (174,220,139). Sum of RGB (Red+Green+Blue) = 174+220+139=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC8B is #512374. Grayscale: #C5C5C5. Windows color (decimal): -5317493 or 9165998. OLE color: 9165998.

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

Color convert

RGB174220139-
CMYK0.2100.370.14
HSL94.07º53.64%70.39%-
HSV(B)94.07º36.82%86.27%-
XYZ47.7162.0533.89-
YUV197.0195.26111.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 139 (54.69% from 255) = 26.08%
R=32.65%
G=41.28%
B=26.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201390.2100.370.1494.0753.6470.39
HexAEDC8B15025E5e3646
Octal256334213250451613666106
Binary101011101101110010001011101010100101111010111101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC8B; }

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

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

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

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

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

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

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

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