#AED797

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

Shades of Feijoa #AED797

Tints of Feijoa #AED797

Color information

#AED797 (or 0xAED797) is unknown color: approx Feijoa. HEX triplet: AE, D7 and 97. RGB value is (174,215,151). Sum of RGB (Red+Green+Blue) = 174+215+151=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #AED797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED797 is #512868. Grayscale: #C3C3C3. Windows color (decimal): -5318761 or 9951150. OLE color: 9951150.

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

Color convert

RGB174215151-
CMYK0.1900.300.16
HSL98.44º44.44%71.76%-
HSV(B)98.44º29.77%84.31%-
XYZ47.3459.8338.33-
YUV195.44102.92112.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 215 (84.38% from 255) = 39.81%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=32.22%
G=39.81%
B=27.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742151510.1900.300.1698.4444.4471.76
HexAED7971301E10622c48
Octal256327227230362014254110
Binary101011101101011110010111100110111101000011000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED797; }

 p { color: rgb(174,215,151); }

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

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

 a { background-color: rgb(174,215,151); }

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

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

 span { border-color: rgb(174,215,151); }

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