Shades of Feijoa #A9E387
Tints of Feijoa #A9E387
RGB
CMYK
RGB Variations
Color information
#A9E387 (or 0xA9E387) is known color: Feijoa. HEX triplet: A9, E3 and 87. RGB value is (169,227,135). Sum of RGB (Red+Green+Blue) = 169+227+135=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E387 is #561C78. Grayscale: #C7C7C7. Windows color (decimal): -5643385 or 8905641. OLE color: 8905641.
HSL color Cylindrical-coordinate representation of color #A9E387: hue angle of 97.83º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9E387 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 227 | 135 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.11 |
| HSL | 97.83º | 0.62% | 0.71% | - |
| HSV(B) | 97.83º | 0.41% | 0.89% | - |
| XYZ | 48.2 | 65.12 | 32.95 | - |
| YUV | 199.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 227 | 135 | 0.26 | 0 | 0.41 | 0.11 | 97.83 | 0.62 | 0.71 |
| Hex | A9 | E3 | 87 | 1A | 0 | 29 | B | 62 | 3E | 47 |
| Octal | 251 | 343 | 207 | 32 | 0 | 51 | 13 | 142 | 76 | 107 |
| Binary | 10101001 | 11100011 | 10000111 | 11010 | 0 | 101001 | 1011 | 1100010 | 111110 | 1000111 |
Color Harmonies of #A9E387
Complementary color
Monochromatic Colors of #A9E387
Black with #A9E387
Text Example
Text Example
White with #A9E387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E387; }
p { color: rgb(169,227,135); }
H1.HeaderClassName
{
color: #A9E387;
}
.AnyTagClassName
{
color: #A9E387;
}
</style>
background-color css
<style>
a { background-color: #A9E387; }
a { background-color: rgb(169,227,135); }
div.DivClassName
{
background-color: #A9E387;
}
.BgClassName
{
background-color: #A9E387;
}
</style>
border-color css
<style>
span { border-color: #A9E387; }
span { border-color: rgb(169,227,135); }
td.TdClassName
{
border-color: #A9E387;
}
.TagClassName
{
border-color: #A9E387;
}
</style>