Shades of Feijoa #AAE876
Tints of Feijoa #AAE876
RGB
CMYK
RGB Variations
Color information
#AAE876 (or 0xAAE876) is known color: Feijoa. HEX triplet: AA, E8 and 76. RGB value is (170,232,118). Sum of RGB (Red+Green+Blue) = 170+232+118=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE876 is #551789. Grayscale: #C8C8C8. Windows color (decimal): -5576586 or 7792810. OLE color: 7792810.
HSL color Cylindrical-coordinate representation of color #AAE876: hue angle of 92.63º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAE876 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 118 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.09 |
| HSL | 92.63º | 0.71% | 0.69% | - |
| HSV(B) | 92.63º | 0.49% | 0.91% | - |
| XYZ | 48.7 | 67.57 | 27.61 | - |
| YUV | 200.47 | 81.46 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 118 | 0.27 | 0 | 0.49 | 0.09 | 92.63 | 0.71 | 0.69 |
| Hex | AA | E8 | 76 | 1B | 0 | 31 | 9 | 5D | 47 | 45 |
| Octal | 252 | 350 | 166 | 33 | 0 | 61 | 11 | 135 | 107 | 105 |
| Binary | 10101010 | 11101000 | 1110110 | 11011 | 0 | 110001 | 1001 | 1011101 | 1000111 | 1000101 |
Color Harmonies of #AAE876
Complementary color
Monochromatic Colors of #AAE876
Black with #AAE876
Text Example
Text Example
White with #AAE876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE876; }
p { color: rgb(170,232,118); }
H1.HeaderClassName
{
color: #AAE876;
}
.AnyTagClassName
{
color: #AAE876;
}
</style>
background-color css
<style>
a { background-color: #AAE876; }
a { background-color: rgb(170,232,118); }
div.DivClassName
{
background-color: #AAE876;
}
.BgClassName
{
background-color: #AAE876;
}
</style>
border-color css
<style>
span { border-color: #AAE876; }
span { border-color: rgb(170,232,118); }
td.TdClassName
{
border-color: #AAE876;
}
.TagClassName
{
border-color: #AAE876;
}
</style>