Shades of Feijoa #AAF079
Tints of Feijoa #AAF079
RGB
CMYK
RGB Variations
Color information
#AAF079 (or 0xAAF079) is known color: Feijoa. HEX triplet: AA, F0 and 79. RGB value is (170,240,121). Sum of RGB (Red+Green+Blue) = 170+240+121=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF079 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF079 is #550F86. Grayscale: #CDCDCD. Windows color (decimal): -5574535 or 7991466. OLE color: 7991466.
HSL color Cylindrical-coordinate representation of color #AAF079: hue angle of 95.29º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF079 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 121 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.06 |
| HSL | 95.29º | 0.8% | 0.71% | - |
| HSV(B) | 95.29º | 0.5% | 0.94% | - |
| XYZ | 51.19 | 72.25 | 29.34 | - |
| YUV | 205.5 | 80.31 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 121 | 0.29 | 0 | 0.50 | 0.06 | 95.29 | 0.8 | 0.71 |
| Hex | AA | F0 | 79 | 1D | 0 | 32 | 6 | 5F | 50 | 47 |
| Octal | 252 | 360 | 171 | 35 | 0 | 62 | 6 | 137 | 120 | 107 |
| Binary | 10101010 | 11110000 | 1111001 | 11101 | 0 | 110010 | 110 | 1011111 | 1010000 | 1000111 |
Color Harmonies of #AAF079
Complementary color
Monochromatic Colors of #AAF079
Black with #AAF079
Text Example
Text Example
White with #AAF079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF079; }
p { color: rgb(170,240,121); }
H1.HeaderClassName
{
color: #AAF079;
}
.AnyTagClassName
{
color: #AAF079;
}
</style>
background-color css
<style>
a { background-color: #AAF079; }
a { background-color: rgb(170,240,121); }
div.DivClassName
{
background-color: #AAF079;
}
.BgClassName
{
background-color: #AAF079;
}
</style>
border-color css
<style>
span { border-color: #AAF079; }
span { border-color: rgb(170,240,121); }
td.TdClassName
{
border-color: #AAF079;
}
.TagClassName
{
border-color: #AAF079;
}
</style>