Shades of Feijoa #A9D983
Tints of Feijoa #A9D983
RGB
CMYK
RGB Variations
Color information
#A9D983 (or 0xA9D983) is known color: Feijoa. HEX triplet: A9, D9 and 83. RGB value is (169,217,131). Sum of RGB (Red+Green+Blue) = 169+217+131=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D983 is #56267C. Grayscale: #C1C1C1. Windows color (decimal): -5645949 or 8640937. OLE color: 8640937.
HSL color Cylindrical-coordinate representation of color #A9D983: hue angle of 93.49º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9D983 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 131 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.15 |
| HSL | 93.49º | 0.53% | 0.68% | - |
| HSV(B) | 93.49º | 0.4% | 0.85% | - |
| XYZ | 45.27 | 59.7 | 30.61 | - |
| YUV | 192.84 | 93.1 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 131 | 0.22 | 0 | 0.40 | 0.15 | 93.49 | 0.53 | 0.68 |
| Hex | A9 | D9 | 83 | 16 | 0 | 28 | F | 5D | 35 | 44 |
| Octal | 251 | 331 | 203 | 26 | 0 | 50 | 17 | 135 | 65 | 104 |
| Binary | 10101001 | 11011001 | 10000011 | 10110 | 0 | 101000 | 1111 | 1011101 | 110101 | 1000100 |
Color Harmonies of #A9D983
Complementary color
Monochromatic Colors of #A9D983
Black with #A9D983
Text Example
Text Example
White with #A9D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D983; }
p { color: rgb(169,217,131); }
H1.HeaderClassName
{
color: #A9D983;
}
.AnyTagClassName
{
color: #A9D983;
}
</style>
background-color css
<style>
a { background-color: #A9D983; }
a { background-color: rgb(169,217,131); }
div.DivClassName
{
background-color: #A9D983;
}
.BgClassName
{
background-color: #A9D983;
}
</style>
border-color css
<style>
span { border-color: #A9D983; }
span { border-color: rgb(169,217,131); }
td.TdClassName
{
border-color: #A9D983;
}
.TagClassName
{
border-color: #A9D983;
}
</style>