#AAD896

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

Shades of Feijoa #AAD896

Tints of Feijoa #AAD896

Color information

#AAD896 (or 0xAAD896) is unknown color: approx Feijoa. HEX triplet: AA, D8 and 96. RGB value is (170,216,150). Sum of RGB (Red+Green+Blue) = 170+216+150=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD896 is #552769. Grayscale: #C2C2C2. Windows color (decimal): -5580650 or 9885866. OLE color: 9885866.

HSL color Cylindrical-coordinate representation of color #AAD896: hue angle of 101.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD896 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB170216150-
CMYK0.2100.310.15
HSL101.82º45.83%71.76%-
HSV(B)101.82º30.56%84.71%-
XYZ46.6459.8637.95-
YUV194.72102.76110.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 216 (84.77% from 255) = 40.30%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=31.72%
G=40.30%
B=27.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161500.2100.310.15101.8245.8371.76
HexAAD8961501FF662e48
Octal252330226250371714656110
Binary10101010110110001001011010101011111111111001101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD896; }

 p { color: rgb(170,216,150); }

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

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

 a { background-color: rgb(170,216,150); }

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

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

 span { border-color: rgb(170,216,150); }

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