Shades of Feijoa #A9D190
Tints of Feijoa #A9D190
RGB
CMYK
RGB Variations
Color information
#A9D190 (or 0xA9D190) is known color: Feijoa. HEX triplet: A9, D1 and 90. RGB value is (169,209,144). Sum of RGB (Red+Green+Blue) = 169+209+144=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D190 is #562E6F. Grayscale: #BDBDBD. Windows color (decimal): -5647984 or 9490857. OLE color: 9490857.
HSL color Cylindrical-coordinate representation of color #A9D190: hue angle of 96.92º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9D190 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 209 | 144 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.18 |
| HSL | 96.92º | 0.41% | 0.69% | - |
| HSV(B) | 96.92º | 0.31% | 0.82% | - |
| XYZ | 44.2 | 56.05 | 34.87 | - |
| YUV | 189.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 209 | 144 | 0.19 | 0 | 0.31 | 0.18 | 96.92 | 0.41 | 0.69 |
| Hex | A9 | D1 | 90 | 13 | 0 | 1F | 12 | 61 | 29 | 45 |
| Octal | 251 | 321 | 220 | 23 | 0 | 37 | 22 | 141 | 51 | 105 |
| Binary | 10101001 | 11010001 | 10010000 | 10011 | 0 | 11111 | 10010 | 1100001 | 101001 | 1000101 |
Color Harmonies of #A9D190
Complementary color
Monochromatic Colors of #A9D190
Black with #A9D190
Text Example
Text Example
White with #A9D190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D190; }
p { color: rgb(169,209,144); }
H1.HeaderClassName
{
color: #A9D190;
}
.AnyTagClassName
{
color: #A9D190;
}
</style>
background-color css
<style>
a { background-color: #A9D190; }
a { background-color: rgb(169,209,144); }
div.DivClassName
{
background-color: #A9D190;
}
.BgClassName
{
background-color: #A9D190;
}
</style>
border-color css
<style>
span { border-color: #A9D190; }
span { border-color: rgb(169,209,144); }
td.TdClassName
{
border-color: #A9D190;
}
.TagClassName
{
border-color: #A9D190;
}
</style>