Shades of Feijoa #A9E484
Tints of Feijoa #A9E484
RGB
CMYK
RGB Variations
Color information
#A9E484 (or 0xA9E484) is known color: Feijoa. HEX triplet: A9, E4 and 84. RGB value is (169,228,132). Sum of RGB (Red+Green+Blue) = 169+228+132=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #A9E484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E484 is #561B7B. Grayscale: #C7C7C7. Windows color (decimal): -5643132 or 8709289. OLE color: 8709289.
HSL color Cylindrical-coordinate representation of color #A9E484: hue angle of 96.88º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9E484 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 228 | 132 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.11 |
| HSL | 96.88º | 0.64% | 0.71% | - |
| HSV(B) | 96.88º | 0.42% | 0.89% | - |
| XYZ | 48.27 | 65.59 | 31.95 | - |
| YUV | 199.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 228 | 132 | 0.26 | 0 | 0.42 | 0.11 | 96.88 | 0.64 | 0.71 |
| Hex | A9 | E4 | 84 | 1A | 0 | 2A | B | 61 | 40 | 47 |
| Octal | 251 | 344 | 204 | 32 | 0 | 52 | 13 | 141 | 100 | 107 |
| Binary | 10101001 | 11100100 | 10000100 | 11010 | 0 | 101010 | 1011 | 1100001 | 1000000 | 1000111 |
Color Harmonies of #A9E484
Complementary color
Monochromatic Colors of #A9E484
Black with #A9E484
Text Example
Text Example
White with #A9E484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E484; }
p { color: rgb(169,228,132); }
H1.HeaderClassName
{
color: #A9E484;
}
.AnyTagClassName
{
color: #A9E484;
}
</style>
background-color css
<style>
a { background-color: #A9E484; }
a { background-color: rgb(169,228,132); }
div.DivClassName
{
background-color: #A9E484;
}
.BgClassName
{
background-color: #A9E484;
}
</style>
border-color css
<style>
span { border-color: #A9E484; }
span { border-color: rgb(169,228,132); }
td.TdClassName
{
border-color: #A9E484;
}
.TagClassName
{
border-color: #A9E484;
}
</style>