Shades of Feijoa #AAEC89
Tints of Feijoa #AAEC89
RGB
CMYK
RGB Variations
Color information
#AAEC89 (or 0xAAEC89) is known color: Feijoa. HEX triplet: AA, EC and 89. RGB value is (170,236,137). Sum of RGB (Red+Green+Blue) = 170+236+137=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEC89 is #551376. Grayscale: #CDCDCD. Windows color (decimal): -5575543 or 9039018. OLE color: 9039018.
HSL color Cylindrical-coordinate representation of color #AAEC89: hue angle of 100º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAEC89 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 137 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.07 |
| HSL | 100º | 0.72% | 0.73% | - |
| HSV(B) | 100º | 0.42% | 0.93% | - |
| XYZ | 51.09 | 70.34 | 34.55 | - |
| YUV | 204.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 137 | 0.28 | 0 | 0.42 | 0.07 | 100 | 0.72 | 0.73 |
| Hex | AA | EC | 89 | 1C | 0 | 2A | 7 | 64 | 48 | 49 |
| Octal | 252 | 354 | 211 | 34 | 0 | 52 | 7 | 144 | 110 | 111 |
| Binary | 10101010 | 11101100 | 10001001 | 11100 | 0 | 101010 | 111 | 1100100 | 1001000 | 1001001 |
Color Harmonies of #AAEC89
Complementary color
Monochromatic Colors of #AAEC89
Black with #AAEC89
Text Example
Text Example
White with #AAEC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC89; }
p { color: rgb(170,236,137); }
H1.HeaderClassName
{
color: #AAEC89;
}
.AnyTagClassName
{
color: #AAEC89;
}
</style>
background-color css
<style>
a { background-color: #AAEC89; }
a { background-color: rgb(170,236,137); }
div.DivClassName
{
background-color: #AAEC89;
}
.BgClassName
{
background-color: #AAEC89;
}
</style>
border-color css
<style>
span { border-color: #AAEC89; }
span { border-color: rgb(170,236,137); }
td.TdClassName
{
border-color: #AAEC89;
}
.TagClassName
{
border-color: #AAEC89;
}
</style>