Shades of Feijoa #AAE16E
Tints of Feijoa #AAE16E
RGB
CMYK
RGB Variations
Color information
#AAE16E (or 0xAAE16E) is known color: Feijoa. HEX triplet: AA, E1 and 6E. RGB value is (170,225,110). Sum of RGB (Red+Green+Blue) = 170+225+110=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE16E is #551E91. Grayscale: #C3C3C3. Windows color (decimal): -5578386 or 7266730. OLE color: 7266730.
HSL color Cylindrical-coordinate representation of color #AAE16E: hue angle of 88.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAE16E is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 110 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.12 |
| HSL | 88.7º | 0.66% | 0.66% | - |
| HSV(B) | 88.7º | 0.51% | 0.88% | - |
| XYZ | 46.32 | 63.52 | 24.57 | - |
| YUV | 195.45 | 79.78 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 110 | 0.24 | 0 | 0.51 | 0.12 | 88.7 | 0.66 | 0.66 |
| Hex | AA | E1 | 6E | 18 | 0 | 33 | C | 59 | 42 | 42 |
| Octal | 252 | 341 | 156 | 30 | 0 | 63 | 14 | 131 | 102 | 102 |
| Binary | 10101010 | 11100001 | 1101110 | 11000 | 0 | 110011 | 1100 | 1011001 | 1000010 | 1000010 |
Color Harmonies of #AAE16E
Complementary color
Monochromatic Colors of #AAE16E
Black with #AAE16E
Text Example
Text Example
White with #AAE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE16E; }
p { color: rgb(170,225,110); }
H1.HeaderClassName
{
color: #AAE16E;
}
.AnyTagClassName
{
color: #AAE16E;
}
</style>
background-color css
<style>
a { background-color: #AAE16E; }
a { background-color: rgb(170,225,110); }
div.DivClassName
{
background-color: #AAE16E;
}
.BgClassName
{
background-color: #AAE16E;
}
</style>
border-color css
<style>
span { border-color: #AAE16E; }
span { border-color: rgb(170,225,110); }
td.TdClassName
{
border-color: #AAE16E;
}
.TagClassName
{
border-color: #AAE16E;
}
</style>