Shades of Feijoa #AAE48D
Tints of Feijoa #AAE48D
RGB
CMYK
RGB Variations
Color information
#AAE48D (or 0xAAE48D) is known color: Feijoa. HEX triplet: AA, E4 and 8D. RGB value is (170,228,141). Sum of RGB (Red+Green+Blue) = 170+228+141=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE48D is #551B72. Grayscale: #C9C9C9. Windows color (decimal): -5577587 or 9299114. OLE color: 9299114.
HSL color Cylindrical-coordinate representation of color #AAE48D: hue angle of 100º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAE48D is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 141 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.11 |
| HSL | 100º | 0.62% | 0.72% | - |
| HSV(B) | 100º | 0.38% | 0.89% | - |
| XYZ | 49.13 | 65.96 | 35.34 | - |
| YUV | 200.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 141 | 0.25 | 0 | 0.38 | 0.11 | 100 | 0.62 | 0.72 |
| Hex | AA | E4 | 8D | 19 | 0 | 26 | B | 64 | 3E | 48 |
| Octal | 252 | 344 | 215 | 31 | 0 | 46 | 13 | 144 | 76 | 110 |
| Binary | 10101010 | 11100100 | 10001101 | 11001 | 0 | 100110 | 1011 | 1100100 | 111110 | 1001000 |
Color Harmonies of #AAE48D
Complementary color
Monochromatic Colors of #AAE48D
Black with #AAE48D
Text Example
Text Example
White with #AAE48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE48D; }
p { color: rgb(170,228,141); }
H1.HeaderClassName
{
color: #AAE48D;
}
.AnyTagClassName
{
color: #AAE48D;
}
</style>
background-color css
<style>
a { background-color: #AAE48D; }
a { background-color: rgb(170,228,141); }
div.DivClassName
{
background-color: #AAE48D;
}
.BgClassName
{
background-color: #AAE48D;
}
</style>
border-color css
<style>
span { border-color: #AAE48D; }
span { border-color: rgb(170,228,141); }
td.TdClassName
{
border-color: #AAE48D;
}
.TagClassName
{
border-color: #AAE48D;
}
</style>