#AEDA71

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

Shades of Feijoa #AEDA71

Tints of Feijoa #AEDA71

Color information

#AEDA71 (or 0xAEDA71) is unknown color: approx Feijoa. HEX triplet: AE, DA and 71. RGB value is (174,218,113). Sum of RGB (Red+Green+Blue) = 174+218+113=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA71 is #51258E. Grayscale: #C1C1C1. Windows color (decimal): -5318031 or 7461550. OLE color: 7461550.

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

Color convert

RGB174218113-
CMYK0.2000.480.15
HSL85.14º58.66%64.9%-
HSV(B)85.14º48.17%85.49%-
XYZ45.5160.3324.87-
YUV192.8782.92114.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=34.46%
G=43.17%
B=22.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181130.2000.480.1585.1458.6664.9
HexAEDA7114030F553b41
Octal256332161240601712573101
Binary10101110110110101110001101000110000111110101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA71; }

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

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

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

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

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

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

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

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