Shades of Feijoa #AACA89
Tints of Feijoa #AACA89
RGB
CMYK
RGB Variations
Color information
#AACA89 (or 0xAACA89) is known color: Feijoa. HEX triplet: AA, CA and 89. RGB value is (170,202,137). Sum of RGB (Red+Green+Blue) = 170+202+137=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA89 is #553576. Grayscale: #B9B9B9. Windows color (decimal): -5584247 or 9030314. OLE color: 9030314.
HSL color Cylindrical-coordinate representation of color #AACA89: hue angle of 89.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AACA89 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 137 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.21 |
| HSL | 89.54º | 0.38% | 0.66% | - |
| HSV(B) | 89.54º | 0.32% | 0.79% | - |
| XYZ | 42.21 | 52.59 | 31.59 | - |
| YUV | 185.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 137 | 0.16 | 0 | 0.32 | 0.21 | 89.54 | 0.38 | 0.66 |
| Hex | AA | CA | 89 | 10 | 0 | 20 | 15 | 5A | 26 | 42 |
| Octal | 252 | 312 | 211 | 20 | 0 | 40 | 25 | 132 | 46 | 102 |
| Binary | 10101010 | 11001010 | 10001001 | 10000 | 0 | 100000 | 10101 | 1011010 | 100110 | 1000010 |
Color Harmonies of #AACA89
Complementary color
Monochromatic Colors of #AACA89
Black with #AACA89
Text Example
Text Example
White with #AACA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACA89; }
p { color: rgb(170,202,137); }
H1.HeaderClassName
{
color: #AACA89;
}
.AnyTagClassName
{
color: #AACA89;
}
</style>
background-color css
<style>
a { background-color: #AACA89; }
a { background-color: rgb(170,202,137); }
div.DivClassName
{
background-color: #AACA89;
}
.BgClassName
{
background-color: #AACA89;
}
</style>
border-color css
<style>
span { border-color: #AACA89; }
span { border-color: rgb(170,202,137); }
td.TdClassName
{
border-color: #AACA89;
}
.TagClassName
{
border-color: #AACA89;
}
</style>