Shades of Feijoa #A9D771
Tints of Feijoa #A9D771
RGB
CMYK
RGB Variations
Color information
#A9D771 (or 0xA9D771) is known color: Feijoa. HEX triplet: A9, D7 and 71. RGB value is (169,215,113). Sum of RGB (Red+Green+Blue) = 169+215+113=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D771 is #56288E. Grayscale: #BDBDBD. Windows color (decimal): -5646479 or 7460777. OLE color: 7460777.
HSL color Cylindrical-coordinate representation of color #A9D771: hue angle of 87.06º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9D771 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 113 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.16 |
| HSL | 87.06º | 0.56% | 0.64% | - |
| HSV(B) | 87.06º | 0.47% | 0.84% | - |
| XYZ | 43.64 | 58.23 | 24.56 | - |
| YUV | 189.62 | 84.76 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 113 | 0.21 | 0 | 0.47 | 0.16 | 87.06 | 0.56 | 0.64 |
| Hex | A9 | D7 | 71 | 15 | 0 | 2F | 10 | 57 | 38 | 40 |
| Octal | 251 | 327 | 161 | 25 | 0 | 57 | 20 | 127 | 70 | 100 |
| Binary | 10101001 | 11010111 | 1110001 | 10101 | 0 | 101111 | 10000 | 1010111 | 111000 | 1000000 |
Color Harmonies of #A9D771
Complementary color
Monochromatic Colors of #A9D771
Black with #A9D771
Text Example
Text Example
White with #A9D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D771; }
p { color: rgb(169,215,113); }
H1.HeaderClassName
{
color: #A9D771;
}
.AnyTagClassName
{
color: #A9D771;
}
</style>
background-color css
<style>
a { background-color: #A9D771; }
a { background-color: rgb(169,215,113); }
div.DivClassName
{
background-color: #A9D771;
}
.BgClassName
{
background-color: #A9D771;
}
</style>
border-color css
<style>
span { border-color: #A9D771; }
span { border-color: rgb(169,215,113); }
td.TdClassName
{
border-color: #A9D771;
}
.TagClassName
{
border-color: #A9D771;
}
</style>