Shades of Feijoa #A9D696
Tints of Feijoa #A9D696
RGB
CMYK
RGB Variations
Color information
#A9D696 (or 0xA9D696) is known color: 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
| RGB | 169 | 214 | 150 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.16 |
| HSL | 102.19º | 0.44% | 0.71% | - |
| HSV(B) | 102.19º | 0.3% | 0.84% | - |
| XYZ | 45.91 | 58.73 | 37.77 | - |
| YUV | 193.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 214 | 150 | 0.21 | 0 | 0.30 | 0.16 | 102.19 | 0.44 | 0.71 |
| Hex | A9 | D6 | 96 | 15 | 0 | 1E | 10 | 66 | 2C | 47 |
| Octal | 251 | 326 | 226 | 25 | 0 | 36 | 20 | 146 | 54 | 107 |
| Binary | 10101001 | 11010110 | 10010110 | 10101 | 0 | 11110 | 10000 | 1100110 | 101100 | 1000111 |
Color Harmonies of #A9D696
Complementary color
Monochromatic Colors of #A9D696
Black with #A9D696
Text Example
Text Example
White with #A9D696
Text Example
Text Example
HTML Codes & Css Web 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>