#AED898

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

Shades of Feijoa #AED898

Tints of Feijoa #AED898

Color information

#AED898 (or 0xAED898) is unknown color: approx Feijoa. HEX triplet: AE, D8 and 98. RGB value is (174,216,152). Sum of RGB (Red+Green+Blue) = 174+216+152=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #AED898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED898 is #512767. Grayscale: #C4C4C4. Windows color (decimal): -5318504 or 10016942. OLE color: 10016942.

HSL color Cylindrical-coordinate representation of color #AED898: hue angle of 99.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED898 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB174216152-
CMYK0.1900.300.15
HSL99.38º45.07%72.16%-
HSV(B)99.38º29.63%84.71%-
XYZ47.6860.3838.85-
YUV196.15103.09112.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 216 (84.77% from 255) = 39.85%
BLUE value IS 152 (59.77% from 255) = 28.04%
R=32.10%
G=39.85%
B=28.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161520.1900.300.1599.3845.0772.16
HexAED8981301EF632d48
Octal256330230230361714355110
Binary10101110110110001001100010011011110111111000111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED898; }

 p { color: rgb(174,216,152); }

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

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

 a { background-color: rgb(174,216,152); }

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

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

 span { border-color: rgb(174,216,152); }

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