Shades of Feijoa #A9D96D
Tints of Feijoa #A9D96D
RGB
CMYK
RGB Variations
Color information
#A9D96D (or 0xA9D96D) is known color: Feijoa. HEX triplet: A9, D9 and 6D. RGB value is (169,217,109). Sum of RGB (Red+Green+Blue) = 169+217+109=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D96D is #562692. Grayscale: #BEBEBE. Windows color (decimal): -5645971 or 7199145. OLE color: 7199145.
HSL color Cylindrical-coordinate representation of color #A9D96D: hue angle of 86.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9D96D is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 109 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.15 |
| HSL | 86.67º | 0.59% | 0.64% | - |
| HSV(B) | 86.67º | 0.5% | 0.85% | - |
| XYZ | 43.94 | 59.16 | 23.57 | - |
| YUV | 190.34 | 82.1 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 109 | 0.22 | 0 | 0.50 | 0.15 | 86.67 | 0.59 | 0.64 |
| Hex | A9 | D9 | 6D | 16 | 0 | 32 | F | 57 | 3B | 40 |
| Octal | 251 | 331 | 155 | 26 | 0 | 62 | 17 | 127 | 73 | 100 |
| Binary | 10101001 | 11011001 | 1101101 | 10110 | 0 | 110010 | 1111 | 1010111 | 111011 | 1000000 |
Color Harmonies of #A9D96D
Complementary color
Monochromatic Colors of #A9D96D
Black with #A9D96D
Text Example
Text Example
White with #A9D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D96D; }
p { color: rgb(169,217,109); }
H1.HeaderClassName
{
color: #A9D96D;
}
.AnyTagClassName
{
color: #A9D96D;
}
</style>
background-color css
<style>
a { background-color: #A9D96D; }
a { background-color: rgb(169,217,109); }
div.DivClassName
{
background-color: #A9D96D;
}
.BgClassName
{
background-color: #A9D96D;
}
</style>
border-color css
<style>
span { border-color: #A9D96D; }
span { border-color: rgb(169,217,109); }
td.TdClassName
{
border-color: #A9D96D;
}
.TagClassName
{
border-color: #A9D96D;
}
</style>