Shades of Feijoa #A9DA90
Tints of Feijoa #A9DA90
RGB
CMYK
RGB Variations
Color information
#A9DA90 (or 0xA9DA90) is known color: Feijoa. HEX triplet: A9, DA and 90. RGB value is (169,218,144). Sum of RGB (Red+Green+Blue) = 169+218+144=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DA90 is #56256F. Grayscale: #C3C3C3. Windows color (decimal): -5645680 or 9493161. OLE color: 9493161.
HSL color Cylindrical-coordinate representation of color #A9DA90: hue angle of 99.73º degrees, saturation: 0.5, 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 #A9DA90 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 144 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.15 |
| HSL | 99.73º | 0.5% | 0.71% | - |
| HSV(B) | 99.73º | 0.34% | 0.85% | - |
| XYZ | 46.47 | 60.59 | 35.63 | - |
| YUV | 194.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 144 | 0.22 | 0 | 0.34 | 0.15 | 99.73 | 0.5 | 0.71 |
| Hex | A9 | DA | 90 | 16 | 0 | 22 | F | 64 | 32 | 47 |
| Octal | 251 | 332 | 220 | 26 | 0 | 42 | 17 | 144 | 62 | 107 |
| Binary | 10101001 | 11011010 | 10010000 | 10110 | 0 | 100010 | 1111 | 1100100 | 110010 | 1000111 |
Color Harmonies of #A9DA90
Complementary color
Monochromatic Colors of #A9DA90
Black with #A9DA90
Text Example
Text Example
White with #A9DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DA90; }
p { color: rgb(169,218,144); }
H1.HeaderClassName
{
color: #A9DA90;
}
.AnyTagClassName
{
color: #A9DA90;
}
</style>
background-color css
<style>
a { background-color: #A9DA90; }
a { background-color: rgb(169,218,144); }
div.DivClassName
{
background-color: #A9DA90;
}
.BgClassName
{
background-color: #A9DA90;
}
</style>
border-color css
<style>
span { border-color: #A9DA90; }
span { border-color: rgb(169,218,144); }
td.TdClassName
{
border-color: #A9DA90;
}
.TagClassName
{
border-color: #A9DA90;
}
</style>