Shades of Feijoa #AAE08E
Tints of Feijoa #AAE08E
RGB
CMYK
RGB Variations
Color information
#AAE08E (or 0xAAE08E) is known color: Feijoa. HEX triplet: AA, E0 and 8E. RGB value is (170,224,142). Sum of RGB (Red+Green+Blue) = 170+224+142=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE08E is #551F71. Grayscale: #C6C6C6. Windows color (decimal): -5578610 or 9363626. OLE color: 9363626.
HSL color Cylindrical-coordinate representation of color #AAE08E: hue angle of 99.51º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAE08E is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 142 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.12 |
| HSL | 99.51º | 0.57% | 0.72% | - |
| HSV(B) | 99.51º | 0.37% | 0.88% | - |
| XYZ | 48.12 | 63.81 | 35.37 | - |
| YUV | 198.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 142 | 0.24 | 0 | 0.37 | 0.12 | 99.51 | 0.57 | 0.72 |
| Hex | AA | E0 | 8E | 18 | 0 | 25 | C | 64 | 39 | 48 |
| Octal | 252 | 340 | 216 | 30 | 0 | 45 | 14 | 144 | 71 | 110 |
| Binary | 10101010 | 11100000 | 10001110 | 11000 | 0 | 100101 | 1100 | 1100100 | 111001 | 1001000 |
Color Harmonies of #AAE08E
Complementary color
Monochromatic Colors of #AAE08E
Black with #AAE08E
Text Example
Text Example
White with #AAE08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE08E; }
p { color: rgb(170,224,142); }
H1.HeaderClassName
{
color: #AAE08E;
}
.AnyTagClassName
{
color: #AAE08E;
}
</style>
background-color css
<style>
a { background-color: #AAE08E; }
a { background-color: rgb(170,224,142); }
div.DivClassName
{
background-color: #AAE08E;
}
.BgClassName
{
background-color: #AAE08E;
}
</style>
border-color css
<style>
span { border-color: #AAE08E; }
span { border-color: rgb(170,224,142); }
td.TdClassName
{
border-color: #AAE08E;
}
.TagClassName
{
border-color: #AAE08E;
}
</style>