Shades of Feijoa #A9F387
Tints of Feijoa #A9F387
RGB
CMYK
RGB Variations
Color information
#A9F387 (or 0xA9F387) is known color: Feijoa. HEX triplet: A9, F3 and 87. RGB value is (169,243,135). Sum of RGB (Red+Green+Blue) = 169+243+135=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F387 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F387 is #560C78. Grayscale: #D0D0D0. Windows color (decimal): -5639289 or 8909737. OLE color: 8909737.
HSL color Cylindrical-coordinate representation of color #A9F387: hue angle of 101.11º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9F387 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 243 | 135 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.05 |
| HSL | 101.11º | 0.82% | 0.74% | - |
| HSV(B) | 101.11º | 0.44% | 0.95% | - |
| XYZ | 52.79 | 74.29 | 34.48 | - |
| YUV | 208.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 243 | 135 | 0.30 | 0 | 0.44 | 0.05 | 101.11 | 0.82 | 0.74 |
| Hex | A9 | F3 | 87 | 1E | 0 | 2C | 5 | 65 | 52 | 4A |
| Octal | 251 | 363 | 207 | 36 | 0 | 54 | 5 | 145 | 122 | 112 |
| Binary | 10101001 | 11110011 | 10000111 | 11110 | 0 | 101100 | 101 | 1100101 | 1010010 | 1001010 |
Color Harmonies of #A9F387
Complementary color
Monochromatic Colors of #A9F387
Black with #A9F387
Text Example
Text Example
White with #A9F387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F387; }
p { color: rgb(169,243,135); }
H1.HeaderClassName
{
color: #A9F387;
}
.AnyTagClassName
{
color: #A9F387;
}
</style>
background-color css
<style>
a { background-color: #A9F387; }
a { background-color: rgb(169,243,135); }
div.DivClassName
{
background-color: #A9F387;
}
.BgClassName
{
background-color: #A9F387;
}
</style>
border-color css
<style>
span { border-color: #A9F387; }
span { border-color: rgb(169,243,135); }
td.TdClassName
{
border-color: #A9F387;
}
.TagClassName
{
border-color: #A9F387;
}
</style>