Shades of Feijoa #AAD980
Tints of Feijoa #AAD980
RGB
CMYK
RGB Variations
Color information
#AAD980 (or 0xAAD980) is known color: Feijoa. HEX triplet: AA, D9 and 80. RGB value is (170,217,128). Sum of RGB (Red+Green+Blue) = 170+217+128=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD980 is #55267F. Grayscale: #C1C1C1. Windows color (decimal): -5580416 or 8444330. OLE color: 8444330.
HSL color Cylindrical-coordinate representation of color #AAD980: hue angle of 91.69º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAD980 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 128 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.15 |
| HSL | 91.69º | 0.54% | 0.68% | - |
| HSV(B) | 91.69º | 0.41% | 0.85% | - |
| XYZ | 45.29 | 59.73 | 29.56 | - |
| YUV | 192.8 | 91.43 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 128 | 0.22 | 0 | 0.41 | 0.15 | 91.69 | 0.54 | 0.68 |
| Hex | AA | D9 | 80 | 16 | 0 | 29 | F | 5C | 36 | 44 |
| Octal | 252 | 331 | 200 | 26 | 0 | 51 | 17 | 134 | 66 | 104 |
| Binary | 10101010 | 11011001 | 10000000 | 10110 | 0 | 101001 | 1111 | 1011100 | 110110 | 1000100 |
Color Harmonies of #AAD980
Complementary color
Monochromatic Colors of #AAD980
Black with #AAD980
Text Example
Text Example
White with #AAD980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD980; }
p { color: rgb(170,217,128); }
H1.HeaderClassName
{
color: #AAD980;
}
.AnyTagClassName
{
color: #AAD980;
}
</style>
background-color css
<style>
a { background-color: #AAD980; }
a { background-color: rgb(170,217,128); }
div.DivClassName
{
background-color: #AAD980;
}
.BgClassName
{
background-color: #AAD980;
}
</style>
border-color css
<style>
span { border-color: #AAD980; }
span { border-color: rgb(170,217,128); }
td.TdClassName
{
border-color: #AAD980;
}
.TagClassName
{
border-color: #AAD980;
}
</style>