Shades of Feijoa #AAD089
Tints of Feijoa #AAD089
RGB
CMYK
RGB Variations
Color information
#AAD089 (or 0xAAD089) is known color: Feijoa. HEX triplet: AA, D0 and 89. RGB value is (170,208,137). Sum of RGB (Red+Green+Blue) = 170+208+137=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD089 is #552F76. Grayscale: #BCBCBC. Windows color (decimal): -5582711 or 9031850. OLE color: 9031850.
HSL color Cylindrical-coordinate representation of color #AAD089: hue angle of 92.11º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAD089 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 137 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.18 |
| HSL | 92.11º | 0.43% | 0.68% | - |
| HSV(B) | 92.11º | 0.34% | 0.82% | - |
| XYZ | 43.65 | 55.46 | 32.07 | - |
| YUV | 188.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 137 | 0.18 | 0 | 0.34 | 0.18 | 92.11 | 0.43 | 0.68 |
| Hex | AA | D0 | 89 | 12 | 0 | 22 | 12 | 5C | 2B | 44 |
| Octal | 252 | 320 | 211 | 22 | 0 | 42 | 22 | 134 | 53 | 104 |
| Binary | 10101010 | 11010000 | 10001001 | 10010 | 0 | 100010 | 10010 | 1011100 | 101011 | 1000100 |
Color Harmonies of #AAD089
Complementary color
Monochromatic Colors of #AAD089
Black with #AAD089
Text Example
Text Example
White with #AAD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD089; }
p { color: rgb(170,208,137); }
H1.HeaderClassName
{
color: #AAD089;
}
.AnyTagClassName
{
color: #AAD089;
}
</style>
background-color css
<style>
a { background-color: #AAD089; }
a { background-color: rgb(170,208,137); }
div.DivClassName
{
background-color: #AAD089;
}
.BgClassName
{
background-color: #AAD089;
}
</style>
border-color css
<style>
span { border-color: #AAD089; }
span { border-color: rgb(170,208,137); }
td.TdClassName
{
border-color: #AAD089;
}
.TagClassName
{
border-color: #AAD089;
}
</style>