Shades of Feijoa #AAE07C
Tints of Feijoa #AAE07C
RGB
CMYK
RGB Variations
Color information
#AAE07C (or 0xAAE07C) is known color: Feijoa. HEX triplet: AA, E0 and 7C. RGB value is (170,224,124). Sum of RGB (Red+Green+Blue) = 170+224+124=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE07C is #551F83. Grayscale: #C4C4C4. Windows color (decimal): -5578628 or 8183978. OLE color: 8183978.
HSL color Cylindrical-coordinate representation of color #AAE07C: hue angle of 92.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAE07C is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 124 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.12 |
| HSL | 92.4º | 0.62% | 0.68% | - |
| HSV(B) | 92.4º | 0.45% | 0.88% | - |
| XYZ | 46.87 | 63.31 | 28.82 | - |
| YUV | 196.45 | 87.11 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 124 | 0.24 | 0 | 0.45 | 0.12 | 92.4 | 0.62 | 0.68 |
| Hex | AA | E0 | 7C | 18 | 0 | 2D | C | 5C | 3E | 44 |
| Octal | 252 | 340 | 174 | 30 | 0 | 55 | 14 | 134 | 76 | 104 |
| Binary | 10101010 | 11100000 | 1111100 | 11000 | 0 | 101101 | 1100 | 1011100 | 111110 | 1000100 |
Color Harmonies of #AAE07C
Complementary color
Monochromatic Colors of #AAE07C
Black with #AAE07C
Text Example
Text Example
White with #AAE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE07C; }
p { color: rgb(170,224,124); }
H1.HeaderClassName
{
color: #AAE07C;
}
.AnyTagClassName
{
color: #AAE07C;
}
</style>
background-color css
<style>
a { background-color: #AAE07C; }
a { background-color: rgb(170,224,124); }
div.DivClassName
{
background-color: #AAE07C;
}
.BgClassName
{
background-color: #AAE07C;
}
</style>
border-color css
<style>
span { border-color: #AAE07C; }
span { border-color: rgb(170,224,124); }
td.TdClassName
{
border-color: #AAE07C;
}
.TagClassName
{
border-color: #AAE07C;
}
</style>