Shades of Feijoa #A9D778
Tints of Feijoa #A9D778
RGB
CMYK
RGB Variations
Color information
#A9D778 (or 0xA9D778) is known color: Feijoa. HEX triplet: A9, D7 and 78. RGB value is (169,215,120). Sum of RGB (Red+Green+Blue) = 169+215+120=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D778 is #562887. Grayscale: #BEBEBE. Windows color (decimal): -5646472 or 7919529. OLE color: 7919529.
HSL color Cylindrical-coordinate representation of color #A9D778: hue angle of 89.05º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9D778 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 120 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.16 |
| HSL | 89.05º | 0.54% | 0.66% | - |
| HSV(B) | 89.05º | 0.44% | 0.84% | - |
| XYZ | 44.05 | 58.39 | 26.72 | - |
| YUV | 190.42 | 88.26 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 120 | 0.21 | 0 | 0.44 | 0.16 | 89.05 | 0.54 | 0.66 |
| Hex | A9 | D7 | 78 | 15 | 0 | 2C | 10 | 59 | 36 | 42 |
| Octal | 251 | 327 | 170 | 25 | 0 | 54 | 20 | 131 | 66 | 102 |
| Binary | 10101001 | 11010111 | 1111000 | 10101 | 0 | 101100 | 10000 | 1011001 | 110110 | 1000010 |
Color Harmonies of #A9D778
Complementary color
Monochromatic Colors of #A9D778
Black with #A9D778
Text Example
Text Example
White with #A9D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D778; }
p { color: rgb(169,215,120); }
H1.HeaderClassName
{
color: #A9D778;
}
.AnyTagClassName
{
color: #A9D778;
}
</style>
background-color css
<style>
a { background-color: #A9D778; }
a { background-color: rgb(169,215,120); }
div.DivClassName
{
background-color: #A9D778;
}
.BgClassName
{
background-color: #A9D778;
}
</style>
border-color css
<style>
span { border-color: #A9D778; }
span { border-color: rgb(169,215,120); }
td.TdClassName
{
border-color: #A9D778;
}
.TagClassName
{
border-color: #A9D778;
}
</style>