#aedc7f

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

Shades of Feijoa #AEDC7F

Tints of Feijoa #AEDC7F

Color information

#AEDC7F (or 0xAEDC7F) is unknown color: approx Feijoa. HEX triplet: AE, DC and 7F. RGB value is (174,220,127). Sum of RGB (Red+Green+Blue) = 174+220+127=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC7F is #512380. Grayscale: #C3C3C3. Windows color (decimal): -5317505 or 8379566. OLE color: 8379566.

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

Color convert

RGB174220127-
CMYK0.2100.420.14
HSL89.68º57.06%68.04%-
HSV(B)89.68º42.27%86.27%-
XYZ46.8861.7229.52-
YUV195.6489.26112.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 127 (50% from 255) = 24.38%
R=33.40%
G=42.23%
B=24.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201270.2100.420.1489.6857.0668.04
HexAEDC7F1502AE5a3944
Octal256334177250521613271104
Binary10101110110111001111111101010101010111010110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aedc7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aedc7f; }

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

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

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

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

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

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

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

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