Shades of Feijoa #AAE87F
Tints of Feijoa #AAE87F
RGB
CMYK
RGB Variations
Color information
#AAE87F (or 0xAAE87F) is known color: Feijoa. HEX triplet: AA, E8 and 7F. RGB value is (170,232,127). Sum of RGB (Red+Green+Blue) = 170+232+127=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE87F is #551780. Grayscale: #C9C9C9. Windows color (decimal): -5576577 or 8382634. OLE color: 8382634.
HSL color Cylindrical-coordinate representation of color #AAE87F: hue angle of 95.43º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAE87F is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 127 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.09 |
| HSL | 95.43º | 0.7% | 0.7% | - |
| HSV(B) | 95.43º | 0.45% | 0.91% | - |
| XYZ | 49.26 | 67.79 | 30.57 | - |
| YUV | 201.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 127 | 0.27 | 0 | 0.45 | 0.09 | 95.43 | 0.7 | 0.7 |
| Hex | AA | E8 | 7F | 1B | 0 | 2D | 9 | 5F | 46 | 46 |
| Octal | 252 | 350 | 177 | 33 | 0 | 55 | 11 | 137 | 106 | 106 |
| Binary | 10101010 | 11101000 | 1111111 | 11011 | 0 | 101101 | 1001 | 1011111 | 1000110 | 1000110 |
Color Harmonies of #AAE87F
Complementary color
Monochromatic Colors of #AAE87F
Black with #AAE87F
Text Example
Text Example
White with #AAE87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE87F; }
p { color: rgb(170,232,127); }
H1.HeaderClassName
{
color: #AAE87F;
}
.AnyTagClassName
{
color: #AAE87F;
}
</style>
background-color css
<style>
a { background-color: #AAE87F; }
a { background-color: rgb(170,232,127); }
div.DivClassName
{
background-color: #AAE87F;
}
.BgClassName
{
background-color: #AAE87F;
}
</style>
border-color css
<style>
span { border-color: #AAE87F; }
span { border-color: rgb(170,232,127); }
td.TdClassName
{
border-color: #AAE87F;
}
.TagClassName
{
border-color: #AAE87F;
}
</style>