Shades of Feijoa #AAD297
Tints of Feijoa #AAD297
RGB
CMYK
RGB Variations
Color information
#AAD297 (or 0xAAD297) is known color: Feijoa. HEX triplet: AA, D2 and 97. RGB value is (170,210,151). Sum of RGB (Red+Green+Blue) = 170+210+151=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD297 is #552D68. Grayscale: #BFBFBF. Windows color (decimal): -5582185 or 9949866. OLE color: 9949866.
HSL color Cylindrical-coordinate representation of color #AAD297: hue angle of 100.68º degrees, saturation: 0.4, 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 #AAD297 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 151 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.18 |
| HSL | 100.68º | 0.4% | 0.71% | - |
| HSV(B) | 100.68º | 0.28% | 0.82% | - |
| XYZ | 45.21 | 56.87 | 37.87 | - |
| YUV | 191.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 151 | 0.19 | 0 | 0.28 | 0.18 | 100.68 | 0.4 | 0.71 |
| Hex | AA | D2 | 97 | 13 | 0 | 1C | 12 | 65 | 28 | 47 |
| Octal | 252 | 322 | 227 | 23 | 0 | 34 | 22 | 145 | 50 | 107 |
| Binary | 10101010 | 11010010 | 10010111 | 10011 | 0 | 11100 | 10010 | 1100101 | 101000 | 1000111 |
Color Harmonies of #AAD297
Complementary color
Monochromatic Colors of #AAD297
Black with #AAD297
Text Example
Text Example
White with #AAD297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD297; }
p { color: rgb(170,210,151); }
H1.HeaderClassName
{
color: #AAD297;
}
.AnyTagClassName
{
color: #AAD297;
}
</style>
background-color css
<style>
a { background-color: #AAD297; }
a { background-color: rgb(170,210,151); }
div.DivClassName
{
background-color: #AAD297;
}
.BgClassName
{
background-color: #AAD297;
}
</style>
border-color css
<style>
span { border-color: #AAD297; }
span { border-color: rgb(170,210,151); }
td.TdClassName
{
border-color: #AAD297;
}
.TagClassName
{
border-color: #AAD297;
}
</style>