Shades of Feijoa #A9FD7F
Tints of Feijoa #A9FD7F
RGB
CMYK
RGB Variations
Color information
#A9FD7F (or 0xA9FD7F) is known color: Feijoa. HEX triplet: A9, FD and 7F. RGB value is (169,253,127). Sum of RGB (Red+Green+Blue) = 169+253+127=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FD7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FD7F is #560280. Grayscale: #D5D5D5. Windows color (decimal): -5636737 or 8388009. OLE color: 8388009.
HSL color Cylindrical-coordinate representation of color #A9FD7F: hue angle of 100º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9FD7F is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 127 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.01 |
| HSL | 100º | 0.97% | 0.75% | - |
| HSV(B) | 100º | 0.5% | 0.99% | - |
| XYZ | 55.32 | 80.22 | 32.65 | - |
| YUV | 213.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 127 | 0.33 | 0 | 0.50 | 0.01 | 100 | 0.97 | 0.75 |
| Hex | A9 | FD | 7F | 21 | 0 | 32 | 1 | 64 | 61 | 4B |
| Octal | 251 | 375 | 177 | 41 | 0 | 62 | 1 | 144 | 141 | 113 |
| Binary | 10101001 | 11111101 | 1111111 | 100001 | 0 | 110010 | 1 | 1100100 | 1100001 | 1001011 |
Color Harmonies of #A9FD7F
Complementary color
Monochromatic Colors of #A9FD7F
Black with #A9FD7F
Text Example
Text Example
White with #A9FD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FD7F; }
p { color: rgb(169,253,127); }
H1.HeaderClassName
{
color: #A9FD7F;
}
.AnyTagClassName
{
color: #A9FD7F;
}
</style>
background-color css
<style>
a { background-color: #A9FD7F; }
a { background-color: rgb(169,253,127); }
div.DivClassName
{
background-color: #A9FD7F;
}
.BgClassName
{
background-color: #A9FD7F;
}
</style>
border-color css
<style>
span { border-color: #A9FD7F; }
span { border-color: rgb(169,253,127); }
td.TdClassName
{
border-color: #A9FD7F;
}
.TagClassName
{
border-color: #A9FD7F;
}
</style>