Shades of Feijoa #AAE47F
Tints of Feijoa #AAE47F
RGB
CMYK
RGB Variations
Color information
#AAE47F (or 0xAAE47F) is known color: Feijoa. HEX triplet: AA, E4 and 7F. RGB value is (170,228,127). Sum of RGB (Red+Green+Blue) = 170+228+127=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE47F is #551B80. Grayscale: #C7C7C7. Windows color (decimal): -5577601 or 8381610. OLE color: 8381610.
HSL color Cylindrical-coordinate representation of color #AAE47F: hue angle of 94.46º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAE47F is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 127 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.11 |
| HSL | 94.46º | 0.65% | 0.7% | - |
| HSV(B) | 94.46º | 0.44% | 0.89% | - |
| XYZ | 48.15 | 65.57 | 30.2 | - |
| YUV | 199.14 | 87.28 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 127 | 0.25 | 0 | 0.44 | 0.11 | 94.46 | 0.65 | 0.7 |
| Hex | AA | E4 | 7F | 19 | 0 | 2C | B | 5E | 41 | 46 |
| Octal | 252 | 344 | 177 | 31 | 0 | 54 | 13 | 136 | 101 | 106 |
| Binary | 10101010 | 11100100 | 1111111 | 11001 | 0 | 101100 | 1011 | 1011110 | 1000001 | 1000110 |
Color Harmonies of #AAE47F
Complementary color
Monochromatic Colors of #AAE47F
Black with #AAE47F
Text Example
Text Example
White with #AAE47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE47F; }
p { color: rgb(170,228,127); }
H1.HeaderClassName
{
color: #AAE47F;
}
.AnyTagClassName
{
color: #AAE47F;
}
</style>
background-color css
<style>
a { background-color: #AAE47F; }
a { background-color: rgb(170,228,127); }
div.DivClassName
{
background-color: #AAE47F;
}
.BgClassName
{
background-color: #AAE47F;
}
</style>
border-color css
<style>
span { border-color: #AAE47F; }
span { border-color: rgb(170,228,127); }
td.TdClassName
{
border-color: #AAE47F;
}
.TagClassName
{
border-color: #AAE47F;
}
</style>