Shades of Feijoa #AAEC7B
Tints of Feijoa #AAEC7B
RGB
CMYK
RGB Variations
Color information
#AAEC7B (or 0xAAEC7B) is known color: Feijoa. HEX triplet: AA, EC and 7B. RGB value is (170,236,123). Sum of RGB (Red+Green+Blue) = 170+236+123=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC7B is #551384. Grayscale: #CBCBCB. Windows color (decimal): -5575557 or 8121514. OLE color: 8121514.
HSL color Cylindrical-coordinate representation of color #AAEC7B: hue angle of 95.04º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAEC7B is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 123 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.07 |
| HSL | 95.04º | 0.75% | 0.7% | - |
| HSV(B) | 95.04º | 0.48% | 0.93% | - |
| XYZ | 50.15 | 69.97 | 29.6 | - |
| YUV | 203.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 123 | 0.28 | 0 | 0.48 | 0.07 | 95.04 | 0.75 | 0.7 |
| Hex | AA | EC | 7B | 1C | 0 | 30 | 7 | 5F | 4B | 46 |
| Octal | 252 | 354 | 173 | 34 | 0 | 60 | 7 | 137 | 113 | 106 |
| Binary | 10101010 | 11101100 | 1111011 | 11100 | 0 | 110000 | 111 | 1011111 | 1001011 | 1000110 |
Color Harmonies of #AAEC7B
Complementary color
Monochromatic Colors of #AAEC7B
Black with #AAEC7B
Text Example
Text Example
White with #AAEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC7B; }
p { color: rgb(170,236,123); }
H1.HeaderClassName
{
color: #AAEC7B;
}
.AnyTagClassName
{
color: #AAEC7B;
}
</style>
background-color css
<style>
a { background-color: #AAEC7B; }
a { background-color: rgb(170,236,123); }
div.DivClassName
{
background-color: #AAEC7B;
}
.BgClassName
{
background-color: #AAEC7B;
}
</style>
border-color css
<style>
span { border-color: #AAEC7B; }
span { border-color: rgb(170,236,123); }
td.TdClassName
{
border-color: #AAEC7B;
}
.TagClassName
{
border-color: #AAEC7B;
}
</style>