Shades of Feijoa #AAE88B
Tints of Feijoa #AAE88B
RGB
CMYK
RGB Variations
Color information
#AAE88B (or 0xAAE88B) is known color: Feijoa. HEX triplet: AA, E8 and 8B. RGB value is (170,232,139). Sum of RGB (Red+Green+Blue) = 170+232+139=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE88B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE88B is #551774. Grayscale: #CBCBCB. Windows color (decimal): -5576565 or 9169066. OLE color: 9169066.
HSL color Cylindrical-coordinate representation of color #AAE88B: hue angle of 100º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAE88B is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 139 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.09 |
| HSL | 100º | 0.67% | 0.73% | - |
| HSV(B) | 100º | 0.4% | 0.91% | - |
| XYZ | 50.09 | 68.12 | 34.93 | - |
| YUV | 202.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 139 | 0.27 | 0 | 0.40 | 0.09 | 100 | 0.67 | 0.73 |
| Hex | AA | E8 | 8B | 1B | 0 | 28 | 9 | 64 | 43 | 49 |
| Octal | 252 | 350 | 213 | 33 | 0 | 50 | 11 | 144 | 103 | 111 |
| Binary | 10101010 | 11101000 | 10001011 | 11011 | 0 | 101000 | 1001 | 1100100 | 1000011 | 1001001 |
Color Harmonies of #AAE88B
Complementary color
Monochromatic Colors of #AAE88B
Black with #AAE88B
Text Example
Text Example
White with #AAE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE88B; }
p { color: rgb(170,232,139); }
H1.HeaderClassName
{
color: #AAE88B;
}
.AnyTagClassName
{
color: #AAE88B;
}
</style>
background-color css
<style>
a { background-color: #AAE88B; }
a { background-color: rgb(170,232,139); }
div.DivClassName
{
background-color: #AAE88B;
}
.BgClassName
{
background-color: #AAE88B;
}
</style>
border-color css
<style>
span { border-color: #AAE88B; }
span { border-color: rgb(170,232,139); }
td.TdClassName
{
border-color: #AAE88B;
}
.TagClassName
{
border-color: #AAE88B;
}
</style>