Shades of Feijoa #A9E981
Tints of Feijoa #A9E981
RGB
CMYK
RGB Variations
Color information
#A9E981 (or 0xA9E981) is known color: Feijoa. HEX triplet: A9, E9 and 81. RGB value is (169,233,129). Sum of RGB (Red+Green+Blue) = 169+233+129=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E981 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9E981 is #56167E. Grayscale: #CACACA. Windows color (decimal): -5641855 or 8513961. OLE color: 8513961.
HSL color Cylindrical-coordinate representation of color #A9E981: hue angle of 96.92º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9E981 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 233 | 129 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.09 |
| HSL | 96.92º | 0.7% | 0.71% | - |
| HSV(B) | 96.92º | 0.45% | 0.91% | - |
| XYZ | 49.46 | 68.3 | 31.34 | - |
| YUV | 202.01 | 86.8 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 233 | 129 | 0.27 | 0 | 0.45 | 0.09 | 96.92 | 0.7 | 0.71 |
| Hex | A9 | E9 | 81 | 1B | 0 | 2D | 9 | 61 | 46 | 47 |
| Octal | 251 | 351 | 201 | 33 | 0 | 55 | 11 | 141 | 106 | 107 |
| Binary | 10101001 | 11101001 | 10000001 | 11011 | 0 | 101101 | 1001 | 1100001 | 1000110 | 1000111 |
Color Harmonies of #A9E981
Complementary color
Monochromatic Colors of #A9E981
Black with #A9E981
Text Example
Text Example
White with #A9E981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E981; }
p { color: rgb(169,233,129); }
H1.HeaderClassName
{
color: #A9E981;
}
.AnyTagClassName
{
color: #A9E981;
}
</style>
background-color css
<style>
a { background-color: #A9E981; }
a { background-color: rgb(169,233,129); }
div.DivClassName
{
background-color: #A9E981;
}
.BgClassName
{
background-color: #A9E981;
}
</style>
border-color css
<style>
span { border-color: #A9E981; }
span { border-color: rgb(169,233,129); }
td.TdClassName
{
border-color: #A9E981;
}
.TagClassName
{
border-color: #A9E981;
}
</style>