#AED97C

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

Shades of Feijoa #AED97C

Tints of Feijoa #AED97C

Color information

#AED97C (or 0xAED97C) is unknown color: approx Feijoa. HEX triplet: AE, D9 and 7C. RGB value is (174,217,124). Sum of RGB (Red+Green+Blue) = 174+217+124=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #AED97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED97C is #512683. Grayscale: #C1C1C1. Windows color (decimal): -5318276 or 8182190. OLE color: 8182190.

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

Color convert

RGB174217124-
CMYK0.2000.430.15
HSL87.74º55.03%66.86%-
HSV(B)87.74º42.86%85.1%-
XYZ45.9160.0828.25-
YUV193.5488.75114.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 124 (48.83% from 255) = 24.08%
R=33.79%
G=42.14%
B=24.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171240.2000.430.1587.7455.0366.86
HexAED97C1402BF583743
Octal256331174240531713067103
Binary10101110110110011111100101000101011111110110001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED97C; }

 p { color: rgb(174,217,124); }

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

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

 a { background-color: rgb(174,217,124); }

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

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

 span { border-color: rgb(174,217,124); }

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