Shades of Feijoa #A9FD77
Tints of Feijoa #A9FD77
RGB
CMYK
RGB Variations
Color information
#A9FD77 (or 0xA9FD77) is known color: Feijoa. HEX triplet: A9, FD and 77. RGB value is (169,253,119). Sum of RGB (Red+Green+Blue) = 169+253+119=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FD77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FD77 is #560288. Grayscale: #D5D5D5. Windows color (decimal): -5636745 or 7863721. OLE color: 7863721.
HSL color Cylindrical-coordinate representation of color #A9FD77: hue angle of 97.61º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9FD77 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 119 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.01 |
| HSL | 97.61º | 0.97% | 0.73% | - |
| HSV(B) | 97.61º | 0.53% | 0.99% | - |
| XYZ | 54.82 | 80.02 | 30.01 | - |
| YUV | 212.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 119 | 0.33 | 0 | 0.53 | 0.01 | 97.61 | 0.97 | 0.73 |
| Hex | A9 | FD | 77 | 21 | 0 | 35 | 1 | 62 | 61 | 49 |
| Octal | 251 | 375 | 167 | 41 | 0 | 65 | 1 | 142 | 141 | 111 |
| Binary | 10101001 | 11111101 | 1110111 | 100001 | 0 | 110101 | 1 | 1100010 | 1100001 | 1001001 |
Color Harmonies of #A9FD77
Complementary color
Monochromatic Colors of #A9FD77
Black with #A9FD77
Text Example
Text Example
White with #A9FD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FD77; }
p { color: rgb(169,253,119); }
H1.HeaderClassName
{
color: #A9FD77;
}
.AnyTagClassName
{
color: #A9FD77;
}
</style>
background-color css
<style>
a { background-color: #A9FD77; }
a { background-color: rgb(169,253,119); }
div.DivClassName
{
background-color: #A9FD77;
}
.BgClassName
{
background-color: #A9FD77;
}
</style>
border-color css
<style>
span { border-color: #A9FD77; }
span { border-color: rgb(169,253,119); }
td.TdClassName
{
border-color: #A9FD77;
}
.TagClassName
{
border-color: #A9FD77;
}
</style>