#AED98F

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

Shades of Feijoa #AED98F

Tints of Feijoa #AED98F

Color information

#AED98F (or 0xAED98F) is unknown color: approx Feijoa. HEX triplet: AE, D9 and 8F. RGB value is (174,217,143). Sum of RGB (Red+Green+Blue) = 174+217+143=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #AED98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED98F is #512670. Grayscale: #C3C3C3. Windows color (decimal): -5318257 or 9427374. OLE color: 9427374.

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

Color convert

RGB174217143-
CMYK0.2000.340.15
HSL94.86º49.33%70.59%-
HSV(B)94.86º34.1%85.1%-
XYZ47.2360.6135.2-
YUV195.7198.25112.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 143 (56.25% from 255) = 26.78%
R=32.58%
G=40.64%
B=26.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171430.2000.340.1594.8649.3370.59
HexAED98F14022F5f3147
Octal256331217240421713761107
Binary101011101101100110001111101000100010111110111111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED98F; }

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

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

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

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

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

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

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

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