Shades of Feijoa #AAEB8B
Tints of Feijoa #AAEB8B
RGB
CMYK
RGB Variations
Color information
#AAEB8B (or 0xAAEB8B) is known color: Feijoa. HEX triplet: AA, EB and 8B. RGB value is (170,235,139). Sum of RGB (Red+Green+Blue) = 170+235+139=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEB8B is #551474. Grayscale: #CCCCCC. Windows color (decimal): -5575797 or 9169834. OLE color: 9169834.
HSL color Cylindrical-coordinate representation of color #AAEB8B: hue angle of 100.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAEB8B is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 139 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.08 |
| HSL | 100.63º | 0.71% | 0.73% | - |
| HSV(B) | 100.63º | 0.41% | 0.92% | - |
| XYZ | 50.95 | 69.83 | 35.22 | - |
| YUV | 204.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 139 | 0.28 | 0 | 0.41 | 0.08 | 100.63 | 0.71 | 0.73 |
| Hex | AA | EB | 8B | 1C | 0 | 29 | 8 | 65 | 47 | 49 |
| Octal | 252 | 353 | 213 | 34 | 0 | 51 | 10 | 145 | 107 | 111 |
| Binary | 10101010 | 11101011 | 10001011 | 11100 | 0 | 101001 | 1000 | 1100101 | 1000111 | 1001001 |
Color Harmonies of #AAEB8B
Complementary color
Monochromatic Colors of #AAEB8B
Black with #AAEB8B
Text Example
Text Example
White with #AAEB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB8B; }
p { color: rgb(170,235,139); }
H1.HeaderClassName
{
color: #AAEB8B;
}
.AnyTagClassName
{
color: #AAEB8B;
}
</style>
background-color css
<style>
a { background-color: #AAEB8B; }
a { background-color: rgb(170,235,139); }
div.DivClassName
{
background-color: #AAEB8B;
}
.BgClassName
{
background-color: #AAEB8B;
}
</style>
border-color css
<style>
span { border-color: #AAEB8B; }
span { border-color: rgb(170,235,139); }
td.TdClassName
{
border-color: #AAEB8B;
}
.TagClassName
{
border-color: #AAEB8B;
}
</style>