Shades of Feijoa #AAE98B
Tints of Feijoa #AAE98B
RGB
CMYK
RGB Variations
Color information
#AAE98B (or 0xAAE98B) is known color: Feijoa. HEX triplet: AA, E9 and 8B. RGB value is (170,233,139). Sum of RGB (Red+Green+Blue) = 170+233+139=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE98B is #551674. Grayscale: #CBCBCB. Windows color (decimal): -5576309 or 9169322. OLE color: 9169322.
HSL color Cylindrical-coordinate representation of color #AAE98B: hue angle of 100.21º degrees, saturation: 0.68, 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 #AAE98B is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 139 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.09 |
| HSL | 100.21º | 0.68% | 0.73% | - |
| HSV(B) | 100.21º | 0.4% | 0.91% | - |
| XYZ | 50.38 | 68.69 | 35.03 | - |
| YUV | 203.45 | 91.63 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 139 | 0.27 | 0 | 0.40 | 0.09 | 100.21 | 0.68 | 0.73 |
| Hex | AA | E9 | 8B | 1B | 0 | 28 | 9 | 64 | 44 | 49 |
| Octal | 252 | 351 | 213 | 33 | 0 | 50 | 11 | 144 | 104 | 111 |
| Binary | 10101010 | 11101001 | 10001011 | 11011 | 0 | 101000 | 1001 | 1100100 | 1000100 | 1001001 |
Color Harmonies of #AAE98B
Complementary color
Monochromatic Colors of #AAE98B
Black with #AAE98B
Text Example
Text Example
White with #AAE98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE98B; }
p { color: rgb(170,233,139); }
H1.HeaderClassName
{
color: #AAE98B;
}
.AnyTagClassName
{
color: #AAE98B;
}
</style>
background-color css
<style>
a { background-color: #AAE98B; }
a { background-color: rgb(170,233,139); }
div.DivClassName
{
background-color: #AAE98B;
}
.BgClassName
{
background-color: #AAE98B;
}
</style>
border-color css
<style>
span { border-color: #AAE98B; }
span { border-color: rgb(170,233,139); }
td.TdClassName
{
border-color: #AAE98B;
}
.TagClassName
{
border-color: #AAE98B;
}
</style>