#AED98C

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

Shades of Feijoa #AED98C

Tints of Feijoa #AED98C

Color information

#AED98C (or 0xAED98C) is unknown color: approx Feijoa. HEX triplet: AE, D9 and 8C. RGB value is (174,217,140). Sum of RGB (Red+Green+Blue) = 174+217+140=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #AED98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED98C is #512673. Grayscale: #C3C3C3. Windows color (decimal): -5318260 or 9230766. OLE color: 9230766.

HSL color Cylindrical-coordinate representation of color #AED98C: hue angle of 93.51º 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 #AED98C is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB174217140-
CMYK0.2000.350.15
HSL93.51º50.33%70%-
HSV(B)93.51º35.48%85.1%-
XYZ4760.5234.01-
YUV195.3696.75112.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=32.77%
G=40.87%
B=26.37%

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
Decimal1742171400.2000.350.1593.5150.3370
HexAED98C14023F5e3246
Octal256331214240431713662106
Binary101011101101100110001100101000100011111110111101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED98C; }

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

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

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

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

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

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

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

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