#A9D696

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

Shades of Feijoa #A9D696

Tints of Feijoa #A9D696

Color information

#A9D696 (or 0xA9D696) is unknown color: approx Feijoa. HEX triplet: A9, D6 and 96. RGB value is (169,214,150). Sum of RGB (Red+Green+Blue) = 169+214+150=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D696 is #562969. Grayscale: #C1C1C1. Windows color (decimal): -5646698 or 9885353. OLE color: 9885353.

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

Color convert

RGB169214150-
CMYK0.2100.300.16
HSL102.19º43.84%71.37%-
HSV(B)102.19º29.91%83.92%-
XYZ45.9158.7337.77-
YUV193.25103.59110.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=31.71%
G=40.15%
B=28.14%

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
Decimal1692141500.2100.300.16102.1943.8471.37
HexA9D6961501E10662c47
Octal251326226250362014654107
Binary101010011101011010010110101010111101000011001101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D696; }

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

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

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

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

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

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

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

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