#AAD797

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

Shades of Feijoa #AAD797

Tints of Feijoa #AAD797

Color information

#AAD797 (or 0xAAD797) is unknown color: approx Feijoa. HEX triplet: AA, D7 and 97. RGB value is (170,215,151). Sum of RGB (Red+Green+Blue) = 170+215+151=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD797 is #552868. Grayscale: #C2C2C2. Windows color (decimal): -5580905 or 9951146. OLE color: 9951146.

HSL color Cylindrical-coordinate representation of color #AAD797: hue angle of 102.19º 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 #AAD797 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB170215151-
CMYK0.2100.300.16
HSL102.19º44.44%71.76%-
HSV(B)102.19º29.77%84.31%-
XYZ46.4659.3838.29-
YUV194.25103.59110.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 151 (59.38% from 255) = 28.17%
R=31.72%
G=40.11%
B=28.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702151510.2100.300.16102.1944.4471.76
HexAAD7971501E10662c48
Octal252327227250362014654110
Binary101010101101011110010111101010111101000011001101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD797; }

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

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

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

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

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

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

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

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