#AAD296

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

Shades of Feijoa #AAD296

Tints of Feijoa #AAD296

Color information

#AAD296 (or 0xAAD296) is unknown color: approx Feijoa. HEX triplet: AA, D2 and 96. RGB value is (170,210,150). Sum of RGB (Red+Green+Blue) = 170+210+150=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD296 is #552D69. Grayscale: #BFBFBF. Windows color (decimal): -5582186 or 9884330. OLE color: 9884330.

HSL color Cylindrical-coordinate representation of color #AAD296: hue angle of 100º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD296 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB170210150-
CMYK0.1900.290.18
HSL100º40%70.59%-
HSV(B)100º28.57%82.35%-
XYZ45.1356.8437.45-
YUV191.2104.75112.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=32.08%
G=39.62%
B=28.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702101500.1900.290.181004070.59
HexAAD2961301D12642847
Octal252322226230352214450107
Binary101010101101001010010110100110111011001011001001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD296; }

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

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

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

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

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

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

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

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