Shades of Feijoa #A9D88B
Tints of Feijoa #A9D88B
RGB
CMYK
RGB Variations
Color information
#A9D88B (or 0xA9D88B) is known color: Feijoa. HEX triplet: A9, D8 and 8B. RGB value is (169,216,139). Sum of RGB (Red+Green+Blue) = 169+216+139=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D88B is #562774. Grayscale: #C1C1C1. Windows color (decimal): -5646197 or 9164969. OLE color: 9164969.
HSL color Cylindrical-coordinate representation of color #A9D88B: hue angle of 96.62º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9D88B is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 139 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.15 |
| HSL | 96.62º | 0.5% | 0.7% | - |
| HSV(B) | 96.62º | 0.36% | 0.85% | - |
| XYZ | 45.58 | 59.41 | 33.49 | - |
| YUV | 193.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 139 | 0.22 | 0 | 0.36 | 0.15 | 96.62 | 0.5 | 0.7 |
| Hex | A9 | D8 | 8B | 16 | 0 | 24 | F | 61 | 32 | 46 |
| Octal | 251 | 330 | 213 | 26 | 0 | 44 | 17 | 141 | 62 | 106 |
| Binary | 10101001 | 11011000 | 10001011 | 10110 | 0 | 100100 | 1111 | 1100001 | 110010 | 1000110 |
Color Harmonies of #A9D88B
Complementary color
Monochromatic Colors of #A9D88B
Black with #A9D88B
Text Example
Text Example
White with #A9D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D88B; }
p { color: rgb(169,216,139); }
H1.HeaderClassName
{
color: #A9D88B;
}
.AnyTagClassName
{
color: #A9D88B;
}
</style>
background-color css
<style>
a { background-color: #A9D88B; }
a { background-color: rgb(169,216,139); }
div.DivClassName
{
background-color: #A9D88B;
}
.BgClassName
{
background-color: #A9D88B;
}
</style>
border-color css
<style>
span { border-color: #A9D88B; }
span { border-color: rgb(169,216,139); }
td.TdClassName
{
border-color: #A9D88B;
}
.TagClassName
{
border-color: #A9D88B;
}
</style>