#AEDC78

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

Shades of Feijoa #AEDC78

Tints of Feijoa #AEDC78

Color information

#AEDC78 (or 0xAEDC78) is unknown color: approx Feijoa. HEX triplet: AE, DC and 78. RGB value is (174,220,120). Sum of RGB (Red+Green+Blue) = 174+220+120=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC78 is #512387. Grayscale: #C3C3C3. Windows color (decimal): -5317512 or 7920814. OLE color: 7920814.

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

Color convert

RGB174220120-
CMYK0.2100.450.14
HSL87.6º58.82%66.67%-
HSV(B)87.6º45.45%86.27%-
XYZ46.4461.5427.2-
YUV194.8585.76113.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 120 (47.27% from 255) = 23.35%
R=33.85%
G=42.80%
B=23.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201200.2100.450.1487.658.8266.67
HexAEDC781502DE583b43
Octal256334170250551613073103
Binary10101110110111001111000101010101101111010110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC78; }

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

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

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

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

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

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

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

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