Shades of Feijoa #A9D971
Tints of Feijoa #A9D971
RGB
CMYK
RGB Variations
Color information
#A9D971 (or 0xA9D971) is known color: Feijoa. HEX triplet: A9, D9 and 71. RGB value is (169,217,113). Sum of RGB (Red+Green+Blue) = 169+217+113=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D971 is #56268E. Grayscale: #BFBFBF. Windows color (decimal): -5645967 or 7461289. OLE color: 7461289.
HSL color Cylindrical-coordinate representation of color #A9D971: hue angle of 87.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9D971 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 113 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.15 |
| HSL | 87.69º | 0.58% | 0.65% | - |
| HSV(B) | 87.69º | 0.48% | 0.85% | - |
| XYZ | 44.16 | 59.25 | 24.73 | - |
| YUV | 190.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 113 | 0.22 | 0 | 0.48 | 0.15 | 87.69 | 0.58 | 0.65 |
| Hex | A9 | D9 | 71 | 16 | 0 | 30 | F | 58 | 3A | 41 |
| Octal | 251 | 331 | 161 | 26 | 0 | 60 | 17 | 130 | 72 | 101 |
| Binary | 10101001 | 11011001 | 1110001 | 10110 | 0 | 110000 | 1111 | 1011000 | 111010 | 1000001 |
Color Harmonies of #A9D971
Complementary color
Monochromatic Colors of #A9D971
Black with #A9D971
Text Example
Text Example
White with #A9D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D971; }
p { color: rgb(169,217,113); }
H1.HeaderClassName
{
color: #A9D971;
}
.AnyTagClassName
{
color: #A9D971;
}
</style>
background-color css
<style>
a { background-color: #A9D971; }
a { background-color: rgb(169,217,113); }
div.DivClassName
{
background-color: #A9D971;
}
.BgClassName
{
background-color: #A9D971;
}
</style>
border-color css
<style>
span { border-color: #A9D971; }
span { border-color: rgb(169,217,113); }
td.TdClassName
{
border-color: #A9D971;
}
.TagClassName
{
border-color: #A9D971;
}
</style>