#AEDC7B

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

Shades of Feijoa #AEDC7B

Tints of Feijoa #AEDC7B

Color information

#AEDC7B (or 0xAEDC7B) is unknown color: approx Feijoa. HEX triplet: AE, DC and 7B. RGB value is (174,220,123). Sum of RGB (Red+Green+Blue) = 174+220+123=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC7B is #512384. Grayscale: #C3C3C3. Windows color (decimal): -5317509 or 8117422. OLE color: 8117422.

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

Color convert

RGB174220123-
CMYK0.2100.440.14
HSL88.45º58.08%67.25%-
HSV(B)88.45º44.09%86.27%-
XYZ46.6261.6228.17-
YUV195.1987.26112.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 123 (48.44% from 255) = 23.79%
R=33.66%
G=42.55%
B=23.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201230.2100.440.1488.4558.0867.25
HexAEDC7B1502CE583a43
Octal256334173250541613072103
Binary10101110110111001111011101010101100111010110001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC7B; }

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

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

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

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

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

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

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

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