Shades of Feijoa #A9D788
Tints of Feijoa #A9D788
RGB
CMYK
RGB Variations
Color information
#A9D788 (or 0xA9D788) is known color: Feijoa. HEX triplet: A9, D7 and 88. RGB value is (169,215,136). Sum of RGB (Red+Green+Blue) = 169+215+136=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D788 is #562877. Grayscale: #C0C0C0. Windows color (decimal): -5646456 or 8968105. OLE color: 8968105.
HSL color Cylindrical-coordinate representation of color #A9D788: hue angle of 94.94º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9D788 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 136 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.16 |
| HSL | 94.94º | 0.5% | 0.69% | - |
| HSV(B) | 94.94º | 0.37% | 0.84% | - |
| XYZ | 45.11 | 58.81 | 32.27 | - |
| YUV | 192.24 | 96.26 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 136 | 0.21 | 0 | 0.37 | 0.16 | 94.94 | 0.5 | 0.69 |
| Hex | A9 | D7 | 88 | 15 | 0 | 25 | 10 | 5F | 32 | 45 |
| Octal | 251 | 327 | 210 | 25 | 0 | 45 | 20 | 137 | 62 | 105 |
| Binary | 10101001 | 11010111 | 10001000 | 10101 | 0 | 100101 | 10000 | 1011111 | 110010 | 1000101 |
Color Harmonies of #A9D788
Complementary color
Monochromatic Colors of #A9D788
Black with #A9D788
Text Example
Text Example
White with #A9D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D788; }
p { color: rgb(169,215,136); }
H1.HeaderClassName
{
color: #A9D788;
}
.AnyTagClassName
{
color: #A9D788;
}
</style>
background-color css
<style>
a { background-color: #A9D788; }
a { background-color: rgb(169,215,136); }
div.DivClassName
{
background-color: #A9D788;
}
.BgClassName
{
background-color: #A9D788;
}
</style>
border-color css
<style>
span { border-color: #A9D788; }
span { border-color: rgb(169,215,136); }
td.TdClassName
{
border-color: #A9D788;
}
.TagClassName
{
border-color: #A9D788;
}
</style>