Shades of Feijoa #AAEC6E
Tints of Feijoa #AAEC6E
RGB
CMYK
RGB Variations
Color information
#AAEC6E (or 0xAAEC6E) is known color: Feijoa. HEX triplet: AA, EC and 6E. RGB value is (170,236,110). Sum of RGB (Red+Green+Blue) = 170+236+110=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC6E is #551391. Grayscale: #CACACA. Windows color (decimal): -5575570 or 7269546. OLE color: 7269546.
HSL color Cylindrical-coordinate representation of color #AAEC6E: hue angle of 91.43º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAEC6E is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 110 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.07 |
| HSL | 91.43º | 0.77% | 0.68% | - |
| HSV(B) | 91.43º | 0.53% | 0.93% | - |
| XYZ | 49.39 | 69.66 | 25.6 | - |
| YUV | 201.9 | 76.13 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 110 | 0.28 | 0 | 0.53 | 0.07 | 91.43 | 0.77 | 0.68 |
| Hex | AA | EC | 6E | 1C | 0 | 35 | 7 | 5B | 4D | 44 |
| Octal | 252 | 354 | 156 | 34 | 0 | 65 | 7 | 133 | 115 | 104 |
| Binary | 10101010 | 11101100 | 1101110 | 11100 | 0 | 110101 | 111 | 1011011 | 1001101 | 1000100 |
Color Harmonies of #AAEC6E
Complementary color
Monochromatic Colors of #AAEC6E
Black with #AAEC6E
Text Example
Text Example
White with #AAEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC6E; }
p { color: rgb(170,236,110); }
H1.HeaderClassName
{
color: #AAEC6E;
}
.AnyTagClassName
{
color: #AAEC6E;
}
</style>
background-color css
<style>
a { background-color: #AAEC6E; }
a { background-color: rgb(170,236,110); }
div.DivClassName
{
background-color: #AAEC6E;
}
.BgClassName
{
background-color: #AAEC6E;
}
</style>
border-color css
<style>
span { border-color: #AAEC6E; }
span { border-color: rgb(170,236,110); }
td.TdClassName
{
border-color: #AAEC6E;
}
.TagClassName
{
border-color: #AAEC6E;
}
</style>