Shades of Feijoa #AAD097
Tints of Feijoa #AAD097
RGB
CMYK
RGB Variations
Color information
#AAD097 (or 0xAAD097) is known color: Feijoa. HEX triplet: AA, D0 and 97. RGB value is (170,208,151). Sum of RGB (Red+Green+Blue) = 170+208+151=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD097 is #552F68. Grayscale: #BEBEBE. Windows color (decimal): -5582697 or 9949354. OLE color: 9949354.
HSL color Cylindrical-coordinate representation of color #AAD097: hue angle of 100º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD097 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 151 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.18 |
| HSL | 100º | 0.38% | 0.7% | - |
| HSV(B) | 100º | 0.27% | 0.82% | - |
| XYZ | 44.72 | 55.89 | 37.71 | - |
| YUV | 190.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 151 | 0.18 | 0 | 0.27 | 0.18 | 100 | 0.38 | 0.7 |
| Hex | AA | D0 | 97 | 12 | 0 | 1B | 12 | 64 | 26 | 46 |
| Octal | 252 | 320 | 227 | 22 | 0 | 33 | 22 | 144 | 46 | 106 |
| Binary | 10101010 | 11010000 | 10010111 | 10010 | 0 | 11011 | 10010 | 1100100 | 100110 | 1000110 |
Color Harmonies of #AAD097
Complementary color
Monochromatic Colors of #AAD097
Black with #AAD097
Text Example
Text Example
White with #AAD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD097; }
p { color: rgb(170,208,151); }
H1.HeaderClassName
{
color: #AAD097;
}
.AnyTagClassName
{
color: #AAD097;
}
</style>
background-color css
<style>
a { background-color: #AAD097; }
a { background-color: rgb(170,208,151); }
div.DivClassName
{
background-color: #AAD097;
}
.BgClassName
{
background-color: #AAD097;
}
</style>
border-color css
<style>
span { border-color: #AAD097; }
span { border-color: rgb(170,208,151); }
td.TdClassName
{
border-color: #AAD097;
}
.TagClassName
{
border-color: #AAD097;
}
</style>