Shades of Feijoa #AAD296
Tints of Feijoa #AAD296
RGB
CMYK
RGB Variations
Color information
#AAD296 (or 0xAAD296) is known color: Feijoa. HEX triplet: AA, D2 and 96. RGB value is (170,210,150). Sum of RGB (Red+Green+Blue) = 170+210+150=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD296 is #552D69. Grayscale: #BFBFBF. Windows color (decimal): -5582186 or 9884330. OLE color: 9884330.
HSL color Cylindrical-coordinate representation of color #AAD296: hue angle of 100º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD296 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 150 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.18 |
| HSL | 100º | 0.4% | 0.71% | - |
| HSV(B) | 100º | 0.29% | 0.82% | - |
| XYZ | 45.13 | 56.84 | 37.45 | - |
| YUV | 191.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 150 | 0.19 | 0 | 0.29 | 0.18 | 100 | 0.4 | 0.71 |
| Hex | AA | D2 | 96 | 13 | 0 | 1D | 12 | 64 | 28 | 47 |
| Octal | 252 | 322 | 226 | 23 | 0 | 35 | 22 | 144 | 50 | 107 |
| Binary | 10101010 | 11010010 | 10010110 | 10011 | 0 | 11101 | 10010 | 1100100 | 101000 | 1000111 |
Color Harmonies of #AAD296
Complementary color
Monochromatic Colors of #AAD296
Black with #AAD296
Text Example
Text Example
White with #AAD296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD296; }
p { color: rgb(170,210,150); }
H1.HeaderClassName
{
color: #AAD296;
}
.AnyTagClassName
{
color: #AAD296;
}
</style>
background-color css
<style>
a { background-color: #AAD296; }
a { background-color: rgb(170,210,150); }
div.DivClassName
{
background-color: #AAD296;
}
.BgClassName
{
background-color: #AAD296;
}
</style>
border-color css
<style>
span { border-color: #AAD296; }
span { border-color: rgb(170,210,150); }
td.TdClassName
{
border-color: #AAD296;
}
.TagClassName
{
border-color: #AAD296;
}
</style>