#AED98D

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

Shades of Feijoa #AED98D

Tints of Feijoa #AED98D

Color information

#AED98D (or 0xAED98D) is unknown color: approx Feijoa. HEX triplet: AE, D9 and 8D. RGB value is (174,217,141). Sum of RGB (Red+Green+Blue) = 174+217+141=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #AED98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED98D is #512672. Grayscale: #C3C3C3. Windows color (decimal): -5318259 or 9296302. OLE color: 9296302.

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

Color convert

RGB174217141-
CMYK0.2000.350.15
HSL93.95º50%70.2%-
HSV(B)93.95º35.02%85.1%-
XYZ47.0860.5534.4-
YUV195.4897.25112.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 141 (55.47% from 255) = 26.50%
R=32.71%
G=40.79%
B=26.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171410.2000.350.1593.955070.2
HexAED98D14023F5e3246
Octal256331215240431713662106
Binary101011101101100110001101101000100011111110111101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED98D; }

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

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

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

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

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

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

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

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