Shades of Feijoa #AAE886
Tints of Feijoa #AAE886
RGB
CMYK
RGB Variations
Color information
#AAE886 (or 0xAAE886) is known color: Feijoa. HEX triplet: AA, E8 and 86. RGB value is (170,232,134). Sum of RGB (Red+Green+Blue) = 170+232+134=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE886 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE886 is #551779. Grayscale: #CACACA. Windows color (decimal): -5576570 or 8841386. OLE color: 8841386.
HSL color Cylindrical-coordinate representation of color #AAE886: hue angle of 97.96º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAE886 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 134 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.09 |
| HSL | 97.96º | 0.68% | 0.72% | - |
| HSV(B) | 97.96º | 0.42% | 0.91% | - |
| XYZ | 49.74 | 67.98 | 33.05 | - |
| YUV | 202.29 | 89.46 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 134 | 0.27 | 0 | 0.42 | 0.09 | 97.96 | 0.68 | 0.72 |
| Hex | AA | E8 | 86 | 1B | 0 | 2A | 9 | 62 | 44 | 48 |
| Octal | 252 | 350 | 206 | 33 | 0 | 52 | 11 | 142 | 104 | 110 |
| Binary | 10101010 | 11101000 | 10000110 | 11011 | 0 | 101010 | 1001 | 1100010 | 1000100 | 1001000 |
Color Harmonies of #AAE886
Complementary color
Monochromatic Colors of #AAE886
Black with #AAE886
Text Example
Text Example
White with #AAE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE886; }
p { color: rgb(170,232,134); }
H1.HeaderClassName
{
color: #AAE886;
}
.AnyTagClassName
{
color: #AAE886;
}
</style>
background-color css
<style>
a { background-color: #AAE886; }
a { background-color: rgb(170,232,134); }
div.DivClassName
{
background-color: #AAE886;
}
.BgClassName
{
background-color: #AAE886;
}
</style>
border-color css
<style>
span { border-color: #AAE886; }
span { border-color: rgb(170,232,134); }
td.TdClassName
{
border-color: #AAE886;
}
.TagClassName
{
border-color: #AAE886;
}
</style>