Shades of Feijoa #AAD397
Tints of Feijoa #AAD397
RGB
CMYK
RGB Variations
Color information
#AAD397 (or 0xAAD397) is known color: Feijoa. HEX triplet: AA, D3 and 97. RGB value is (170,211,151). Sum of RGB (Red+Green+Blue) = 170+211+151=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD397 is #552C68. Grayscale: #C0C0C0. Windows color (decimal): -5581929 or 9950122. OLE color: 9950122.
HSL color Cylindrical-coordinate representation of color #AAD397: hue angle of 101º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD397 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 151 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.17 |
| HSL | 101º | 0.41% | 0.71% | - |
| HSV(B) | 101º | 0.28% | 0.83% | - |
| XYZ | 45.46 | 57.37 | 37.96 | - |
| YUV | 191.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 151 | 0.19 | 0 | 0.28 | 0.17 | 101 | 0.41 | 0.71 |
| Hex | AA | D3 | 97 | 13 | 0 | 1C | 11 | 65 | 29 | 47 |
| Octal | 252 | 323 | 227 | 23 | 0 | 34 | 21 | 145 | 51 | 107 |
| Binary | 10101010 | 11010011 | 10010111 | 10011 | 0 | 11100 | 10001 | 1100101 | 101001 | 1000111 |
Color Harmonies of #AAD397
Complementary color
Monochromatic Colors of #AAD397
Black with #AAD397
Text Example
Text Example
White with #AAD397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD397; }
p { color: rgb(170,211,151); }
H1.HeaderClassName
{
color: #AAD397;
}
.AnyTagClassName
{
color: #AAD397;
}
</style>
background-color css
<style>
a { background-color: #AAD397; }
a { background-color: rgb(170,211,151); }
div.DivClassName
{
background-color: #AAD397;
}
.BgClassName
{
background-color: #AAD397;
}
</style>
border-color css
<style>
span { border-color: #AAD397; }
span { border-color: rgb(170,211,151); }
td.TdClassName
{
border-color: #AAD397;
}
.TagClassName
{
border-color: #AAD397;
}
</style>