Shades of Feijoa #AAF773
Tints of Feijoa #AAF773
RGB
CMYK
RGB Variations
Color information
#AAF773 (or 0xAAF773) is known color: Feijoa. HEX triplet: AA, F7 and 73. RGB value is (170,247,115). Sum of RGB (Red+Green+Blue) = 170+247+115=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF773 is #55088C. Grayscale: #D1D1D1. Windows color (decimal): -5572749 or 7600042. OLE color: 7600042.
HSL color Cylindrical-coordinate representation of color #AAF773: hue angle of 95º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAF773 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 115 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.03 |
| HSL | 95º | 0.89% | 0.71% | - |
| HSV(B) | 95º | 0.53% | 0.97% | - |
| XYZ | 52.93 | 76.31 | 28.16 | - |
| YUV | 208.93 | 74.99 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 115 | 0.31 | 0 | 0.53 | 0.03 | 95 | 0.89 | 0.71 |
| Hex | AA | F7 | 73 | 1F | 0 | 35 | 3 | 5F | 59 | 47 |
| Octal | 252 | 367 | 163 | 37 | 0 | 65 | 3 | 137 | 131 | 107 |
| Binary | 10101010 | 11110111 | 1110011 | 11111 | 0 | 110101 | 11 | 1011111 | 1011001 | 1000111 |
Color Harmonies of #AAF773
Complementary color
Monochromatic Colors of #AAF773
Black with #AAF773
Text Example
Text Example
White with #AAF773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF773; }
p { color: rgb(170,247,115); }
H1.HeaderClassName
{
color: #AAF773;
}
.AnyTagClassName
{
color: #AAF773;
}
</style>
background-color css
<style>
a { background-color: #AAF773; }
a { background-color: rgb(170,247,115); }
div.DivClassName
{
background-color: #AAF773;
}
.BgClassName
{
background-color: #AAF773;
}
</style>
border-color css
<style>
span { border-color: #AAF773; }
span { border-color: rgb(170,247,115); }
td.TdClassName
{
border-color: #AAF773;
}
.TagClassName
{
border-color: #AAF773;
}
</style>