Shades of Feijoa #AAF471
Tints of Feijoa #AAF471
RGB
CMYK
RGB Variations
Color information
#AAF471 (or 0xAAF471) is known color: Feijoa. HEX triplet: AA, F4 and 71. RGB value is (170,244,113). Sum of RGB (Red+Green+Blue) = 170+244+113=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF471 is #550B8E. Grayscale: #CFCFCF. Windows color (decimal): -5573519 or 7468202. OLE color: 7468202.
HSL color Cylindrical-coordinate representation of color #AAF471: hue angle of 93.89º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAF471 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 113 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.04 |
| HSL | 93.89º | 0.86% | 0.7% | - |
| HSV(B) | 93.89º | 0.54% | 0.96% | - |
| XYZ | 51.91 | 74.44 | 27.26 | - |
| YUV | 206.94 | 74.98 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 113 | 0.30 | 0 | 0.54 | 0.04 | 93.89 | 0.86 | 0.7 |
| Hex | AA | F4 | 71 | 1E | 0 | 36 | 4 | 5E | 56 | 46 |
| Octal | 252 | 364 | 161 | 36 | 0 | 66 | 4 | 136 | 126 | 106 |
| Binary | 10101010 | 11110100 | 1110001 | 11110 | 0 | 110110 | 100 | 1011110 | 1010110 | 1000110 |
Color Harmonies of #AAF471
Complementary color
Monochromatic Colors of #AAF471
Black with #AAF471
Text Example
Text Example
White with #AAF471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF471; }
p { color: rgb(170,244,113); }
H1.HeaderClassName
{
color: #AAF471;
}
.AnyTagClassName
{
color: #AAF471;
}
</style>
background-color css
<style>
a { background-color: #AAF471; }
a { background-color: rgb(170,244,113); }
div.DivClassName
{
background-color: #AAF471;
}
.BgClassName
{
background-color: #AAF471;
}
</style>
border-color css
<style>
span { border-color: #AAF471; }
span { border-color: rgb(170,244,113); }
td.TdClassName
{
border-color: #AAF471;
}
.TagClassName
{
border-color: #AAF471;
}
</style>