Shades of Feijoa #AAE287
Tints of Feijoa #AAE287
RGB
CMYK
RGB Variations
Color information
#AAE287 (or 0xAAE287) is known color: Feijoa. HEX triplet: AA, E2 and 87. RGB value is (170,226,135). Sum of RGB (Red+Green+Blue) = 170+226+135=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE287 is #551D78. Grayscale: #C7C7C7. Windows color (decimal): -5578105 or 8905386. OLE color: 8905386.
HSL color Cylindrical-coordinate representation of color #AAE287: hue angle of 96.92º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAE287 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 135 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.11 |
| HSL | 96.92º | 0.61% | 0.71% | - |
| HSV(B) | 96.92º | 0.4% | 0.89% | - |
| XYZ | 48.15 | 64.69 | 32.87 | - |
| YUV | 198.88 | 91.95 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 135 | 0.25 | 0 | 0.40 | 0.11 | 96.92 | 0.61 | 0.71 |
| Hex | AA | E2 | 87 | 19 | 0 | 28 | B | 61 | 3D | 47 |
| Octal | 252 | 342 | 207 | 31 | 0 | 50 | 13 | 141 | 75 | 107 |
| Binary | 10101010 | 11100010 | 10000111 | 11001 | 0 | 101000 | 1011 | 1100001 | 111101 | 1000111 |
Color Harmonies of #AAE287
Complementary color
Monochromatic Colors of #AAE287
Black with #AAE287
Text Example
Text Example
White with #AAE287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE287; }
p { color: rgb(170,226,135); }
H1.HeaderClassName
{
color: #AAE287;
}
.AnyTagClassName
{
color: #AAE287;
}
</style>
background-color css
<style>
a { background-color: #AAE287; }
a { background-color: rgb(170,226,135); }
div.DivClassName
{
background-color: #AAE287;
}
.BgClassName
{
background-color: #AAE287;
}
</style>
border-color css
<style>
span { border-color: #AAE287; }
span { border-color: rgb(170,226,135); }
td.TdClassName
{
border-color: #AAE287;
}
.TagClassName
{
border-color: #AAE287;
}
</style>