Shades of Feijoa #AAD982
Tints of Feijoa #AAD982
RGB
CMYK
RGB Variations
Color information
#AAD982 (or 0xAAD982) is known color: Feijoa. HEX triplet: AA, D9 and 82. RGB value is (170,217,130). Sum of RGB (Red+Green+Blue) = 170+217+130=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD982 is #55267D. Grayscale: #C1C1C1. Windows color (decimal): -5580414 or 8575402. OLE color: 8575402.
HSL color Cylindrical-coordinate representation of color #AAD982: hue angle of 92.41º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAD982 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 130 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.15 |
| HSL | 92.41º | 0.53% | 0.68% | - |
| HSV(B) | 92.41º | 0.4% | 0.85% | - |
| XYZ | 45.42 | 59.78 | 30.26 | - |
| YUV | 193.03 | 92.43 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 130 | 0.22 | 0 | 0.40 | 0.15 | 92.41 | 0.53 | 0.68 |
| Hex | AA | D9 | 82 | 16 | 0 | 28 | F | 5C | 35 | 44 |
| Octal | 252 | 331 | 202 | 26 | 0 | 50 | 17 | 134 | 65 | 104 |
| Binary | 10101010 | 11011001 | 10000010 | 10110 | 0 | 101000 | 1111 | 1011100 | 110101 | 1000100 |
Color Harmonies of #AAD982
Complementary color
Monochromatic Colors of #AAD982
Black with #AAD982
Text Example
Text Example
White with #AAD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD982; }
p { color: rgb(170,217,130); }
H1.HeaderClassName
{
color: #AAD982;
}
.AnyTagClassName
{
color: #AAD982;
}
</style>
background-color css
<style>
a { background-color: #AAD982; }
a { background-color: rgb(170,217,130); }
div.DivClassName
{
background-color: #AAD982;
}
.BgClassName
{
background-color: #AAD982;
}
</style>
border-color css
<style>
span { border-color: #AAD982; }
span { border-color: rgb(170,217,130); }
td.TdClassName
{
border-color: #AAD982;
}
.TagClassName
{
border-color: #AAD982;
}
</style>