Shades of Feijoa #AAD98D
Tints of Feijoa #AAD98D
RGB
CMYK
RGB Variations
Color information
#AAD98D (or 0xAAD98D) is known color: Feijoa. HEX triplet: AA, D9 and 8D. RGB value is (170,217,141). Sum of RGB (Red+Green+Blue) = 170+217+141=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD98D is #552672. Grayscale: #C2C2C2. Windows color (decimal): -5580403 or 9296298. OLE color: 9296298.
HSL color Cylindrical-coordinate representation of color #AAD98D: hue angle of 97.11º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAD98D is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 141 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.15 |
| HSL | 97.11º | 0.5% | 0.7% | - |
| HSV(B) | 97.11º | 0.35% | 0.85% | - |
| XYZ | 46.2 | 60.09 | 34.36 | - |
| YUV | 194.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 141 | 0.22 | 0 | 0.35 | 0.15 | 97.11 | 0.5 | 0.7 |
| Hex | AA | D9 | 8D | 16 | 0 | 23 | F | 61 | 32 | 46 |
| Octal | 252 | 331 | 215 | 26 | 0 | 43 | 17 | 141 | 62 | 106 |
| Binary | 10101010 | 11011001 | 10001101 | 10110 | 0 | 100011 | 1111 | 1100001 | 110010 | 1000110 |
Color Harmonies of #AAD98D
Complementary color
Monochromatic Colors of #AAD98D
Black with #AAD98D
Text Example
Text Example
White with #AAD98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD98D; }
p { color: rgb(170,217,141); }
H1.HeaderClassName
{
color: #AAD98D;
}
.AnyTagClassName
{
color: #AAD98D;
}
</style>
background-color css
<style>
a { background-color: #AAD98D; }
a { background-color: rgb(170,217,141); }
div.DivClassName
{
background-color: #AAD98D;
}
.BgClassName
{
background-color: #AAD98D;
}
</style>
border-color css
<style>
span { border-color: #AAD98D; }
span { border-color: rgb(170,217,141); }
td.TdClassName
{
border-color: #AAD98D;
}
.TagClassName
{
border-color: #AAD98D;
}
</style>