Shades of Feijoa #AAE87D
Tints of Feijoa #AAE87D
RGB
CMYK
RGB Variations
Color information
#AAE87D (or 0xAAE87D) is known color: Feijoa. HEX triplet: AA, E8 and 7D. RGB value is (170,232,125). Sum of RGB (Red+Green+Blue) = 170+232+125=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE87D is #551782. Grayscale: #C9C9C9. Windows color (decimal): -5576579 or 8251562. OLE color: 8251562.
HSL color Cylindrical-coordinate representation of color #AAE87D: hue angle of 94.77º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAE87D is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 125 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.09 |
| HSL | 94.77º | 0.7% | 0.7% | - |
| HSV(B) | 94.77º | 0.46% | 0.91% | - |
| XYZ | 49.14 | 67.74 | 29.89 | - |
| YUV | 201.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 125 | 0.27 | 0 | 0.46 | 0.09 | 94.77 | 0.7 | 0.7 |
| Hex | AA | E8 | 7D | 1B | 0 | 2E | 9 | 5F | 46 | 46 |
| Octal | 252 | 350 | 175 | 33 | 0 | 56 | 11 | 137 | 106 | 106 |
| Binary | 10101010 | 11101000 | 1111101 | 11011 | 0 | 101110 | 1001 | 1011111 | 1000110 | 1000110 |
Color Harmonies of #AAE87D
Complementary color
Monochromatic Colors of #AAE87D
Black with #AAE87D
Text Example
Text Example
White with #AAE87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE87D; }
p { color: rgb(170,232,125); }
H1.HeaderClassName
{
color: #AAE87D;
}
.AnyTagClassName
{
color: #AAE87D;
}
</style>
background-color css
<style>
a { background-color: #AAE87D; }
a { background-color: rgb(170,232,125); }
div.DivClassName
{
background-color: #AAE87D;
}
.BgClassName
{
background-color: #AAE87D;
}
</style>
border-color css
<style>
span { border-color: #AAE87D; }
span { border-color: rgb(170,232,125); }
td.TdClassName
{
border-color: #AAE87D;
}
.TagClassName
{
border-color: #AAE87D;
}
</style>