Shades of Feijoa #A9D990
Tints of Feijoa #A9D990
RGB
CMYK
RGB Variations
Color information
#A9D990 (or 0xA9D990) is known color: Feijoa. HEX triplet: A9, D9 and 90. RGB value is (169,217,144). Sum of RGB (Red+Green+Blue) = 169+217+144=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D990 is #56266F. Grayscale: #C2C2C2. Windows color (decimal): -5645936 or 9492905. OLE color: 9492905.
HSL color Cylindrical-coordinate representation of color #A9D990: hue angle of 99.45º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9D990 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 144 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.15 |
| HSL | 99.45º | 0.49% | 0.71% | - |
| HSV(B) | 99.45º | 0.34% | 0.85% | - |
| XYZ | 46.21 | 60.07 | 35.55 | - |
| YUV | 194.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 144 | 0.22 | 0 | 0.34 | 0.15 | 99.45 | 0.49 | 0.71 |
| Hex | A9 | D9 | 90 | 16 | 0 | 22 | F | 63 | 31 | 47 |
| Octal | 251 | 331 | 220 | 26 | 0 | 42 | 17 | 143 | 61 | 107 |
| Binary | 10101001 | 11011001 | 10010000 | 10110 | 0 | 100010 | 1111 | 1100011 | 110001 | 1000111 |
Color Harmonies of #A9D990
Complementary color
Monochromatic Colors of #A9D990
Black with #A9D990
Text Example
Text Example
White with #A9D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D990; }
p { color: rgb(169,217,144); }
H1.HeaderClassName
{
color: #A9D990;
}
.AnyTagClassName
{
color: #A9D990;
}
</style>
background-color css
<style>
a { background-color: #A9D990; }
a { background-color: rgb(169,217,144); }
div.DivClassName
{
background-color: #A9D990;
}
.BgClassName
{
background-color: #A9D990;
}
</style>
border-color css
<style>
span { border-color: #A9D990; }
span { border-color: rgb(169,217,144); }
td.TdClassName
{
border-color: #A9D990;
}
.TagClassName
{
border-color: #A9D990;
}
</style>