Shades of Feijoa #AAE472
Tints of Feijoa #AAE472
RGB
CMYK
RGB Variations
Color information
#AAE472 (or 0xAAE472) is known color: Feijoa. HEX triplet: AA, E4 and 72. RGB value is (170,228,114). Sum of RGB (Red+Green+Blue) = 170+228+114=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE472 is #551B8D. Grayscale: #C6C6C6. Windows color (decimal): -5577614 or 7529642. OLE color: 7529642.
HSL color Cylindrical-coordinate representation of color #AAE472: hue angle of 90.53º 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 #AAE472 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 114 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.11 |
| HSL | 90.53º | 0.68% | 0.67% | - |
| HSV(B) | 90.53º | 0.5% | 0.89% | - |
| XYZ | 47.36 | 65.25 | 26.02 | - |
| YUV | 197.66 | 80.78 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 114 | 0.25 | 0 | 0.50 | 0.11 | 90.53 | 0.68 | 0.67 |
| Hex | AA | E4 | 72 | 19 | 0 | 32 | B | 5B | 44 | 43 |
| Octal | 252 | 344 | 162 | 31 | 0 | 62 | 13 | 133 | 104 | 103 |
| Binary | 10101010 | 11100100 | 1110010 | 11001 | 0 | 110010 | 1011 | 1011011 | 1000100 | 1000011 |
Color Harmonies of #AAE472
Complementary color
Monochromatic Colors of #AAE472
Black with #AAE472
Text Example
Text Example
White with #AAE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE472; }
p { color: rgb(170,228,114); }
H1.HeaderClassName
{
color: #AAE472;
}
.AnyTagClassName
{
color: #AAE472;
}
</style>
background-color css
<style>
a { background-color: #AAE472; }
a { background-color: rgb(170,228,114); }
div.DivClassName
{
background-color: #AAE472;
}
.BgClassName
{
background-color: #AAE472;
}
</style>
border-color css
<style>
span { border-color: #AAE472; }
span { border-color: rgb(170,228,114); }
td.TdClassName
{
border-color: #AAE472;
}
.TagClassName
{
border-color: #AAE472;
}
</style>