Shades of Feijoa #AAE08D
Tints of Feijoa #AAE08D
RGB
CMYK
RGB Variations
Color information
#AAE08D (or 0xAAE08D) is known color: Feijoa. HEX triplet: AA, E0 and 8D. RGB value is (170,224,141). Sum of RGB (Red+Green+Blue) = 170+224+141=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE08D is #551F72. Grayscale: #C6C6C6. Windows color (decimal): -5578611 or 9298090. OLE color: 9298090.
HSL color Cylindrical-coordinate representation of color #AAE08D: hue angle of 99.04º 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 #AAE08D is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 141 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.12 |
| HSL | 99.04º | 0.57% | 0.72% | - |
| HSV(B) | 99.04º | 0.37% | 0.88% | - |
| XYZ | 48.04 | 63.78 | 34.98 | - |
| YUV | 198.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 141 | 0.24 | 0 | 0.37 | 0.12 | 99.04 | 0.57 | 0.72 |
| Hex | AA | E0 | 8D | 18 | 0 | 25 | C | 63 | 39 | 48 |
| Octal | 252 | 340 | 215 | 30 | 0 | 45 | 14 | 143 | 71 | 110 |
| Binary | 10101010 | 11100000 | 10001101 | 11000 | 0 | 100101 | 1100 | 1100011 | 111001 | 1001000 |
Color Harmonies of #AAE08D
Complementary color
Monochromatic Colors of #AAE08D
Black with #AAE08D
Text Example
Text Example
White with #AAE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE08D; }
p { color: rgb(170,224,141); }
H1.HeaderClassName
{
color: #AAE08D;
}
.AnyTagClassName
{
color: #AAE08D;
}
</style>
background-color css
<style>
a { background-color: #AAE08D; }
a { background-color: rgb(170,224,141); }
div.DivClassName
{
background-color: #AAE08D;
}
.BgClassName
{
background-color: #AAE08D;
}
</style>
border-color css
<style>
span { border-color: #AAE08D; }
span { border-color: rgb(170,224,141); }
td.TdClassName
{
border-color: #AAE08D;
}
.TagClassName
{
border-color: #AAE08D;
}
</style>