Shades of Feijoa #AAD197
Tints of Feijoa #AAD197
RGB
CMYK
RGB Variations
Color information
#AAD197 (or 0xAAD197) is known color: Feijoa. HEX triplet: AA, D1 and 97. RGB value is (170,209,151). Sum of RGB (Red+Green+Blue) = 170+209+151=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD197 is #552E68. Grayscale: #BEBEBE. Windows color (decimal): -5582441 or 9949610. OLE color: 9949610.
HSL color Cylindrical-coordinate representation of color #AAD197: hue angle of 100.34º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD197 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 151 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.18 |
| HSL | 100.34º | 0.39% | 0.71% | - |
| HSV(B) | 100.34º | 0.28% | 0.82% | - |
| XYZ | 44.96 | 56.38 | 37.79 | - |
| YUV | 190.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 151 | 0.19 | 0 | 0.28 | 0.18 | 100.34 | 0.39 | 0.71 |
| Hex | AA | D1 | 97 | 13 | 0 | 1C | 12 | 64 | 27 | 47 |
| Octal | 252 | 321 | 227 | 23 | 0 | 34 | 22 | 144 | 47 | 107 |
| Binary | 10101010 | 11010001 | 10010111 | 10011 | 0 | 11100 | 10010 | 1100100 | 100111 | 1000111 |
Color Harmonies of #AAD197
Complementary color
Monochromatic Colors of #AAD197
Black with #AAD197
Text Example
Text Example
White with #AAD197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD197; }
p { color: rgb(170,209,151); }
H1.HeaderClassName
{
color: #AAD197;
}
.AnyTagClassName
{
color: #AAD197;
}
</style>
background-color css
<style>
a { background-color: #AAD197; }
a { background-color: rgb(170,209,151); }
div.DivClassName
{
background-color: #AAD197;
}
.BgClassName
{
background-color: #AAD197;
}
</style>
border-color css
<style>
span { border-color: #AAD197; }
span { border-color: rgb(170,209,151); }
td.TdClassName
{
border-color: #AAD197;
}
.TagClassName
{
border-color: #AAD197;
}
</style>