Shades of Feijoa #AAE08B
Tints of Feijoa #AAE08B
RGB
CMYK
RGB Variations
Color information
#AAE08B (or 0xAAE08B) is known color: Feijoa. HEX triplet: AA, E0 and 8B. RGB value is (170,224,139). Sum of RGB (Red+Green+Blue) = 170+224+139=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE08B is #551F74. Grayscale: #C6C6C6. Windows color (decimal): -5578613 or 9167018. OLE color: 9167018.
HSL color Cylindrical-coordinate representation of color #AAE08B: hue angle of 98.12º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAE08B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 139 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.12 |
| HSL | 98.12º | 0.58% | 0.71% | - |
| HSV(B) | 98.12º | 0.38% | 0.88% | - |
| XYZ | 47.89 | 63.72 | 34.2 | - |
| YUV | 198.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 139 | 0.24 | 0 | 0.38 | 0.12 | 98.12 | 0.58 | 0.71 |
| Hex | AA | E0 | 8B | 18 | 0 | 26 | C | 62 | 3A | 47 |
| Octal | 252 | 340 | 213 | 30 | 0 | 46 | 14 | 142 | 72 | 107 |
| Binary | 10101010 | 11100000 | 10001011 | 11000 | 0 | 100110 | 1100 | 1100010 | 111010 | 1000111 |
Color Harmonies of #AAE08B
Complementary color
Monochromatic Colors of #AAE08B
Black with #AAE08B
Text Example
Text Example
White with #AAE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE08B; }
p { color: rgb(170,224,139); }
H1.HeaderClassName
{
color: #AAE08B;
}
.AnyTagClassName
{
color: #AAE08B;
}
</style>
background-color css
<style>
a { background-color: #AAE08B; }
a { background-color: rgb(170,224,139); }
div.DivClassName
{
background-color: #AAE08B;
}
.BgClassName
{
background-color: #AAE08B;
}
</style>
border-color css
<style>
span { border-color: #AAE08B; }
span { border-color: rgb(170,224,139); }
td.TdClassName
{
border-color: #AAE08B;
}
.TagClassName
{
border-color: #AAE08B;
}
</style>