Shades of Feijoa #AAE470
Tints of Feijoa #AAE470
RGB
CMYK
RGB Variations
Color information
#AAE470 (or 0xAAE470) is known color: Feijoa. HEX triplet: AA, E4 and 70. RGB value is (170,228,112). Sum of RGB (Red+Green+Blue) = 170+228+112=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE470 is #551B8F. Grayscale: #C5C5C5. Windows color (decimal): -5577616 or 7398570. OLE color: 7398570.
HSL color Cylindrical-coordinate representation of color #AAE470: hue angle of 90º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAE470 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 112 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.11 |
| HSL | 90º | 0.68% | 0.67% | - |
| HSV(B) | 90º | 0.51% | 0.89% | - |
| XYZ | 47.25 | 65.2 | 25.42 | - |
| YUV | 197.43 | 79.78 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 112 | 0.25 | 0 | 0.51 | 0.11 | 90 | 0.68 | 0.67 |
| Hex | AA | E4 | 70 | 19 | 0 | 33 | B | 5A | 44 | 43 |
| Octal | 252 | 344 | 160 | 31 | 0 | 63 | 13 | 132 | 104 | 103 |
| Binary | 10101010 | 11100100 | 1110000 | 11001 | 0 | 110011 | 1011 | 1011010 | 1000100 | 1000011 |
Color Harmonies of #AAE470
Complementary color
Monochromatic Colors of #AAE470
Black with #AAE470
Text Example
Text Example
White with #AAE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE470; }
p { color: rgb(170,228,112); }
H1.HeaderClassName
{
color: #AAE470;
}
.AnyTagClassName
{
color: #AAE470;
}
</style>
background-color css
<style>
a { background-color: #AAE470; }
a { background-color: rgb(170,228,112); }
div.DivClassName
{
background-color: #AAE470;
}
.BgClassName
{
background-color: #AAE470;
}
</style>
border-color css
<style>
span { border-color: #AAE470; }
span { border-color: rgb(170,228,112); }
td.TdClassName
{
border-color: #AAE470;
}
.TagClassName
{
border-color: #AAE470;
}
</style>