Shades of Feijoa #AAE28D
Tints of Feijoa #AAE28D
RGB
CMYK
RGB Variations
Color information
#AAE28D (or 0xAAE28D) is known color: Feijoa. HEX triplet: AA, E2 and 8D. RGB value is (170,226,141). Sum of RGB (Red+Green+Blue) = 170+226+141=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE28D is #551D72. Grayscale: #C7C7C7. Windows color (decimal): -5578099 or 9298602. OLE color: 9298602.
HSL color Cylindrical-coordinate representation of color #AAE28D: hue angle of 99.53º degrees, saturation: 0.59, 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 #AAE28D is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 141 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.11 |
| HSL | 99.53º | 0.59% | 0.72% | - |
| HSV(B) | 99.53º | 0.38% | 0.89% | - |
| XYZ | 48.58 | 64.86 | 35.16 | - |
| YUV | 199.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 141 | 0.25 | 0 | 0.38 | 0.11 | 99.53 | 0.59 | 0.72 |
| Hex | AA | E2 | 8D | 19 | 0 | 26 | B | 64 | 3B | 48 |
| Octal | 252 | 342 | 215 | 31 | 0 | 46 | 13 | 144 | 73 | 110 |
| Binary | 10101010 | 11100010 | 10001101 | 11001 | 0 | 100110 | 1011 | 1100100 | 111011 | 1001000 |
Color Harmonies of #AAE28D
Complementary color
Monochromatic Colors of #AAE28D
Black with #AAE28D
Text Example
Text Example
White with #AAE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE28D; }
p { color: rgb(170,226,141); }
H1.HeaderClassName
{
color: #AAE28D;
}
.AnyTagClassName
{
color: #AAE28D;
}
</style>
background-color css
<style>
a { background-color: #AAE28D; }
a { background-color: rgb(170,226,141); }
div.DivClassName
{
background-color: #AAE28D;
}
.BgClassName
{
background-color: #AAE28D;
}
</style>
border-color css
<style>
span { border-color: #AAE28D; }
span { border-color: rgb(170,226,141); }
td.TdClassName
{
border-color: #AAE28D;
}
.TagClassName
{
border-color: #AAE28D;
}
</style>