Shades of Feijoa #AAEC6D
Tints of Feijoa #AAEC6D
RGB
CMYK
RGB Variations
Color information
#AAEC6D (or 0xAAEC6D) is known color: Feijoa. HEX triplet: AA, EC and 6D. RGB value is (170,236,109). Sum of RGB (Red+Green+Blue) = 170+236+109=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC6D is #551392. Grayscale: #CACACA. Windows color (decimal): -5575571 or 7204010. OLE color: 7204010.
HSL color Cylindrical-coordinate representation of color #AAEC6D: hue angle of 91.18º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAEC6D is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 109 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.07 |
| HSL | 91.18º | 0.77% | 0.68% | - |
| HSV(B) | 91.18º | 0.54% | 0.93% | - |
| XYZ | 49.33 | 69.64 | 25.31 | - |
| YUV | 201.79 | 75.63 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 109 | 0.28 | 0 | 0.54 | 0.07 | 91.18 | 0.77 | 0.68 |
| Hex | AA | EC | 6D | 1C | 0 | 36 | 7 | 5B | 4D | 44 |
| Octal | 252 | 354 | 155 | 34 | 0 | 66 | 7 | 133 | 115 | 104 |
| Binary | 10101010 | 11101100 | 1101101 | 11100 | 0 | 110110 | 111 | 1011011 | 1001101 | 1000100 |
Color Harmonies of #AAEC6D
Complementary color
Monochromatic Colors of #AAEC6D
Black with #AAEC6D
Text Example
Text Example
White with #AAEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC6D; }
p { color: rgb(170,236,109); }
H1.HeaderClassName
{
color: #AAEC6D;
}
.AnyTagClassName
{
color: #AAEC6D;
}
</style>
background-color css
<style>
a { background-color: #AAEC6D; }
a { background-color: rgb(170,236,109); }
div.DivClassName
{
background-color: #AAEC6D;
}
.BgClassName
{
background-color: #AAEC6D;
}
</style>
border-color css
<style>
span { border-color: #AAEC6D; }
span { border-color: rgb(170,236,109); }
td.TdClassName
{
border-color: #AAEC6D;
}
.TagClassName
{
border-color: #AAEC6D;
}
</style>