Shades of Feijoa #AAD892
Tints of Feijoa #AAD892
RGB
CMYK
RGB Variations
Color information
#AAD892 (or 0xAAD892) is known color: Feijoa. HEX triplet: AA, D8 and 92. RGB value is (170,216,146). Sum of RGB (Red+Green+Blue) = 170+216+146=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD892 is #55276D. Grayscale: #C2C2C2. Windows color (decimal): -5580654 or 9623722. OLE color: 9623722.
HSL color Cylindrical-coordinate representation of color #AAD892: hue angle of 99.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD892 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 146 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.15 |
| HSL | 99.43º | 0.47% | 0.71% | - |
| HSV(B) | 99.43º | 0.32% | 0.85% | - |
| XYZ | 46.32 | 59.73 | 36.28 | - |
| YUV | 194.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 146 | 0.21 | 0 | 0.32 | 0.15 | 99.43 | 0.47 | 0.71 |
| Hex | AA | D8 | 92 | 15 | 0 | 20 | F | 63 | 2F | 47 |
| Octal | 252 | 330 | 222 | 25 | 0 | 40 | 17 | 143 | 57 | 107 |
| Binary | 10101010 | 11011000 | 10010010 | 10101 | 0 | 100000 | 1111 | 1100011 | 101111 | 1000111 |
Color Harmonies of #AAD892
Complementary color
Monochromatic Colors of #AAD892
Black with #AAD892
Text Example
Text Example
White with #AAD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD892; }
p { color: rgb(170,216,146); }
H1.HeaderClassName
{
color: #AAD892;
}
.AnyTagClassName
{
color: #AAD892;
}
</style>
background-color css
<style>
a { background-color: #AAD892; }
a { background-color: rgb(170,216,146); }
div.DivClassName
{
background-color: #AAD892;
}
.BgClassName
{
background-color: #AAD892;
}
</style>
border-color css
<style>
span { border-color: #AAD892; }
span { border-color: rgb(170,216,146); }
td.TdClassName
{
border-color: #AAD892;
}
.TagClassName
{
border-color: #AAD892;
}
</style>