Shades of Feijoa #AAE473
Tints of Feijoa #AAE473
RGB
CMYK
RGB Variations
Color information
#AAE473 (or 0xAAE473) is known color: Feijoa. HEX triplet: AA, E4 and 73. RGB value is (170,228,115). Sum of RGB (Red+Green+Blue) = 170+228+115=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE473 is #551B8C. Grayscale: #C6C6C6. Windows color (decimal): -5577613 or 7595178. OLE color: 7595178.
HSL color Cylindrical-coordinate representation of color #AAE473: hue angle of 90.8º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE473 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 115 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.11 |
| HSL | 90.8º | 0.68% | 0.67% | - |
| HSV(B) | 90.8º | 0.5% | 0.89% | - |
| XYZ | 47.42 | 65.27 | 26.32 | - |
| YUV | 197.78 | 81.28 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 115 | 0.25 | 0 | 0.50 | 0.11 | 90.8 | 0.68 | 0.67 |
| Hex | AA | E4 | 73 | 19 | 0 | 32 | B | 5B | 44 | 43 |
| Octal | 252 | 344 | 163 | 31 | 0 | 62 | 13 | 133 | 104 | 103 |
| Binary | 10101010 | 11100100 | 1110011 | 11001 | 0 | 110010 | 1011 | 1011011 | 1000100 | 1000011 |
Color Harmonies of #AAE473
Complementary color
Monochromatic Colors of #AAE473
Black with #AAE473
Text Example
Text Example
White with #AAE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE473; }
p { color: rgb(170,228,115); }
H1.HeaderClassName
{
color: #AAE473;
}
.AnyTagClassName
{
color: #AAE473;
}
</style>
background-color css
<style>
a { background-color: #AAE473; }
a { background-color: rgb(170,228,115); }
div.DivClassName
{
background-color: #AAE473;
}
.BgClassName
{
background-color: #AAE473;
}
</style>
border-color css
<style>
span { border-color: #AAE473; }
span { border-color: rgb(170,228,115); }
td.TdClassName
{
border-color: #AAE473;
}
.TagClassName
{
border-color: #AAE473;
}
</style>