Shades of Feijoa #AAE18D
Tints of Feijoa #AAE18D
RGB
CMYK
RGB Variations
Color information
#AAE18D (or 0xAAE18D) is known color: Feijoa. HEX triplet: AA, E1 and 8D. RGB value is (170,225,141). Sum of RGB (Red+Green+Blue) = 170+225+141=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE18D is #551E72. Grayscale: #C7C7C7. Windows color (decimal): -5578355 or 9298346. OLE color: 9298346.
HSL color Cylindrical-coordinate representation of color #AAE18D: hue angle of 99.29º degrees, saturation: 0.58, 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 #AAE18D is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 141 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.12 |
| HSL | 99.29º | 0.58% | 0.72% | - |
| HSV(B) | 99.29º | 0.37% | 0.88% | - |
| XYZ | 48.31 | 64.32 | 35.07 | - |
| YUV | 198.98 | 95.28 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 141 | 0.24 | 0 | 0.37 | 0.12 | 99.29 | 0.58 | 0.72 |
| Hex | AA | E1 | 8D | 18 | 0 | 25 | C | 63 | 3A | 48 |
| Octal | 252 | 341 | 215 | 30 | 0 | 45 | 14 | 143 | 72 | 110 |
| Binary | 10101010 | 11100001 | 10001101 | 11000 | 0 | 100101 | 1100 | 1100011 | 111010 | 1001000 |
Color Harmonies of #AAE18D
Complementary color
Monochromatic Colors of #AAE18D
Black with #AAE18D
Text Example
Text Example
White with #AAE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE18D; }
p { color: rgb(170,225,141); }
H1.HeaderClassName
{
color: #AAE18D;
}
.AnyTagClassName
{
color: #AAE18D;
}
</style>
background-color css
<style>
a { background-color: #AAE18D; }
a { background-color: rgb(170,225,141); }
div.DivClassName
{
background-color: #AAE18D;
}
.BgClassName
{
background-color: #AAE18D;
}
</style>
border-color css
<style>
span { border-color: #AAE18D; }
span { border-color: rgb(170,225,141); }
td.TdClassName
{
border-color: #AAE18D;
}
.TagClassName
{
border-color: #AAE18D;
}
</style>