#A9D796

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

Shades of Feijoa #A9D796

Tints of Feijoa #A9D796

Color information

#A9D796 (or 0xA9D796) is unknown color: approx Feijoa. HEX triplet: A9, D7 and 96. RGB value is (169,215,150). Sum of RGB (Red+Green+Blue) = 169+215+150=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D796 is #562869. Grayscale: #C2C2C2. Windows color (decimal): -5646442 or 9885609. OLE color: 9885609.

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

Color convert

RGB169215150-
CMYK0.2100.300.16
HSL102.46º44.83%71.57%-
HSV(B)102.46º30.23%84.31%-
XYZ46.1759.2437.85-
YUV193.84103.26110.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 215 (84.38% from 255) = 40.26%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=31.65%
G=40.26%
B=28.09%

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
Decimal1692151500.2100.300.16102.4644.8371.57
HexA9D7961501E10662d48
Octal251327226250362014655110
Binary101010011101011110010110101010111101000011001101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D796; }

 p { color: rgb(169,215,150); }

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

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

 a { background-color: rgb(169,215,150); }

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

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

 span { border-color: rgb(169,215,150); }

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