Shades of Feijoa #A9DA7A
Tints of Feijoa #A9DA7A
RGB
CMYK
RGB Variations
Color information
#A9DA7A (or 0xA9DA7A) is known color: Feijoa. HEX triplet: A9, DA and 7A. RGB value is (169,218,122). Sum of RGB (Red+Green+Blue) = 169+218+122=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DA7A is #562585. Grayscale: #C0C0C0. Windows color (decimal): -5645702 or 8051369. OLE color: 8051369.
HSL color Cylindrical-coordinate representation of color #A9DA7A: hue angle of 90.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9DA7A is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 122 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.15 |
| HSL | 90.63º | 0.56% | 0.67% | - |
| HSV(B) | 90.63º | 0.44% | 0.85% | - |
| XYZ | 44.95 | 59.98 | 27.62 | - |
| YUV | 192.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 122 | 0.22 | 0 | 0.44 | 0.15 | 90.63 | 0.56 | 0.67 |
| Hex | A9 | DA | 7A | 16 | 0 | 2C | F | 5B | 38 | 43 |
| Octal | 251 | 332 | 172 | 26 | 0 | 54 | 17 | 133 | 70 | 103 |
| Binary | 10101001 | 11011010 | 1111010 | 10110 | 0 | 101100 | 1111 | 1011011 | 111000 | 1000011 |
Color Harmonies of #A9DA7A
Complementary color
Monochromatic Colors of #A9DA7A
Black with #A9DA7A
Text Example
Text Example
White with #A9DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DA7A; }
p { color: rgb(169,218,122); }
H1.HeaderClassName
{
color: #A9DA7A;
}
.AnyTagClassName
{
color: #A9DA7A;
}
</style>
background-color css
<style>
a { background-color: #A9DA7A; }
a { background-color: rgb(169,218,122); }
div.DivClassName
{
background-color: #A9DA7A;
}
.BgClassName
{
background-color: #A9DA7A;
}
</style>
border-color css
<style>
span { border-color: #A9DA7A; }
span { border-color: rgb(169,218,122); }
td.TdClassName
{
border-color: #A9DA7A;
}
.TagClassName
{
border-color: #A9DA7A;
}
</style>