Shades of Feijoa #A9F86D
Tints of Feijoa #A9F86D
RGB
CMYK
RGB Variations
Color information
#A9F86D (or 0xA9F86D) is known color: Feijoa. HEX triplet: A9, F8 and 6D. RGB value is (169,248,109). Sum of RGB (Red+Green+Blue) = 169+248+109=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F86D is #560792. Grayscale: #D1D1D1. Windows color (decimal): -5638035 or 7207081. OLE color: 7207081.
HSL color Cylindrical-coordinate representation of color #A9F86D: hue angle of 94.1º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9F86D is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 248 | 109 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.03 |
| HSL | 94.1º | 0.91% | 0.7% | - |
| HSV(B) | 94.1º | 0.56% | 0.97% | - |
| XYZ | 52.69 | 76.67 | 26.49 | - |
| YUV | 208.53 | 71.83 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 248 | 109 | 0.32 | 0 | 0.56 | 0.03 | 94.1 | 0.91 | 0.7 |
| Hex | A9 | F8 | 6D | 20 | 0 | 38 | 3 | 5E | 5B | 46 |
| Octal | 251 | 370 | 155 | 40 | 0 | 70 | 3 | 136 | 133 | 106 |
| Binary | 10101001 | 11111000 | 1101101 | 100000 | 0 | 111000 | 11 | 1011110 | 1011011 | 1000110 |
Color Harmonies of #A9F86D
Complementary color
Monochromatic Colors of #A9F86D
Black with #A9F86D
Text Example
Text Example
White with #A9F86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F86D; }
p { color: rgb(169,248,109); }
H1.HeaderClassName
{
color: #A9F86D;
}
.AnyTagClassName
{
color: #A9F86D;
}
</style>
background-color css
<style>
a { background-color: #A9F86D; }
a { background-color: rgb(169,248,109); }
div.DivClassName
{
background-color: #A9F86D;
}
.BgClassName
{
background-color: #A9F86D;
}
</style>
border-color css
<style>
span { border-color: #A9F86D; }
span { border-color: rgb(169,248,109); }
td.TdClassName
{
border-color: #A9F86D;
}
.TagClassName
{
border-color: #A9F86D;
}
</style>