Shades of Feijoa #AAD979
Tints of Feijoa #AAD979
RGB
CMYK
RGB Variations
Color information
#AAD979 (or 0xAAD979) is known color: Feijoa. HEX triplet: AA, D9 and 79. RGB value is (170,217,121). Sum of RGB (Red+Green+Blue) = 170+217+121=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD979 is #552686. Grayscale: #C0C0C0. Windows color (decimal): -5580423 or 7985578. OLE color: 7985578.
HSL color Cylindrical-coordinate representation of color #AAD979: hue angle of 89.37º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAD979 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 121 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.15 |
| HSL | 89.37º | 0.56% | 0.66% | - |
| HSV(B) | 89.37º | 0.44% | 0.85% | - |
| XYZ | 44.84 | 59.55 | 27.22 | - |
| YUV | 192 | 87.93 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 121 | 0.22 | 0 | 0.44 | 0.15 | 89.37 | 0.56 | 0.66 |
| Hex | AA | D9 | 79 | 16 | 0 | 2C | F | 59 | 38 | 42 |
| Octal | 252 | 331 | 171 | 26 | 0 | 54 | 17 | 131 | 70 | 102 |
| Binary | 10101010 | 11011001 | 1111001 | 10110 | 0 | 101100 | 1111 | 1011001 | 111000 | 1000010 |
Color Harmonies of #AAD979
Complementary color
Monochromatic Colors of #AAD979
Black with #AAD979
Text Example
Text Example
White with #AAD979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD979; }
p { color: rgb(170,217,121); }
H1.HeaderClassName
{
color: #AAD979;
}
.AnyTagClassName
{
color: #AAD979;
}
</style>
background-color css
<style>
a { background-color: #AAD979; }
a { background-color: rgb(170,217,121); }
div.DivClassName
{
background-color: #AAD979;
}
.BgClassName
{
background-color: #AAD979;
}
</style>
border-color css
<style>
span { border-color: #AAD979; }
span { border-color: rgb(170,217,121); }
td.TdClassName
{
border-color: #AAD979;
}
.TagClassName
{
border-color: #AAD979;
}
</style>