Shades of Feijoa #AAF579
Tints of Feijoa #AAF579
RGB
CMYK
RGB Variations
Color information
#AAF579 (or 0xAAF579) is known color: Feijoa. HEX triplet: AA, F5 and 79. RGB value is (170,245,121). Sum of RGB (Red+Green+Blue) = 170+245+121=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF579 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF579 is #550A86. Grayscale: #D0D0D0. Windows color (decimal): -5573255 or 7992746. OLE color: 7992746.
HSL color Cylindrical-coordinate representation of color #AAF579: hue angle of 96.29º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAF579 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 121 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.04 |
| HSL | 96.29º | 0.86% | 0.72% | - |
| HSV(B) | 96.29º | 0.51% | 0.96% | - |
| XYZ | 52.68 | 75.23 | 29.83 | - |
| YUV | 208.44 | 78.65 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 121 | 0.31 | 0 | 0.51 | 0.04 | 96.29 | 0.86 | 0.72 |
| Hex | AA | F5 | 79 | 1F | 0 | 33 | 4 | 60 | 56 | 48 |
| Octal | 252 | 365 | 171 | 37 | 0 | 63 | 4 | 140 | 126 | 110 |
| Binary | 10101010 | 11110101 | 1111001 | 11111 | 0 | 110011 | 100 | 1100000 | 1010110 | 1001000 |
Color Harmonies of #AAF579
Complementary color
Monochromatic Colors of #AAF579
Black with #AAF579
Text Example
Text Example
White with #AAF579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF579; }
p { color: rgb(170,245,121); }
H1.HeaderClassName
{
color: #AAF579;
}
.AnyTagClassName
{
color: #AAF579;
}
</style>
background-color css
<style>
a { background-color: #AAF579; }
a { background-color: rgb(170,245,121); }
div.DivClassName
{
background-color: #AAF579;
}
.BgClassName
{
background-color: #AAF579;
}
</style>
border-color css
<style>
span { border-color: #AAF579; }
span { border-color: rgb(170,245,121); }
td.TdClassName
{
border-color: #AAF579;
}
.TagClassName
{
border-color: #AAF579;
}
</style>