Shades of Feijoa #AAF472
Tints of Feijoa #AAF472
RGB
CMYK
RGB Variations
Color information
#AAF472 (or 0xAAF472) is known color: Feijoa. HEX triplet: AA, F4 and 72. RGB value is (170,244,114). Sum of RGB (Red+Green+Blue) = 170+244+114=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF472 is #550B8D. Grayscale: #CFCFCF. Windows color (decimal): -5573518 or 7533738. OLE color: 7533738.
HSL color Cylindrical-coordinate representation of color #AAF472: hue angle of 94.15º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAF472 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 114 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.04 |
| HSL | 94.15º | 0.86% | 0.7% | - |
| HSV(B) | 94.15º | 0.53% | 0.96% | - |
| XYZ | 51.97 | 74.46 | 27.55 | - |
| YUV | 207.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 114 | 0.30 | 0 | 0.53 | 0.04 | 94.15 | 0.86 | 0.7 |
| Hex | AA | F4 | 72 | 1E | 0 | 35 | 4 | 5E | 56 | 46 |
| Octal | 252 | 364 | 162 | 36 | 0 | 65 | 4 | 136 | 126 | 106 |
| Binary | 10101010 | 11110100 | 1110010 | 11110 | 0 | 110101 | 100 | 1011110 | 1010110 | 1000110 |
Color Harmonies of #AAF472
Complementary color
Monochromatic Colors of #AAF472
Black with #AAF472
Text Example
Text Example
White with #AAF472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF472; }
p { color: rgb(170,244,114); }
H1.HeaderClassName
{
color: #AAF472;
}
.AnyTagClassName
{
color: #AAF472;
}
</style>
background-color css
<style>
a { background-color: #AAF472; }
a { background-color: rgb(170,244,114); }
div.DivClassName
{
background-color: #AAF472;
}
.BgClassName
{
background-color: #AAF472;
}
</style>
border-color css
<style>
span { border-color: #AAF472; }
span { border-color: rgb(170,244,114); }
td.TdClassName
{
border-color: #AAF472;
}
.TagClassName
{
border-color: #AAF472;
}
</style>