Shades of Feijoa #AAEC76
Tints of Feijoa #AAEC76
RGB
CMYK
RGB Variations
Color information
#AAEC76 (or 0xAAEC76) is known color: Feijoa. HEX triplet: AA, EC and 76. RGB value is (170,236,118). Sum of RGB (Red+Green+Blue) = 170+236+118=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC76 is #551389. Grayscale: #CBCBCB. Windows color (decimal): -5575562 or 7793834. OLE color: 7793834.
HSL color Cylindrical-coordinate representation of color #AAEC76: hue angle of 93.56º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAEC76 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 118 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.07 |
| HSL | 93.56º | 0.76% | 0.69% | - |
| HSV(B) | 93.56º | 0.5% | 0.93% | - |
| XYZ | 49.84 | 69.84 | 27.99 | - |
| YUV | 202.81 | 80.13 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 118 | 0.28 | 0 | 0.5 | 0.07 | 93.56 | 0.76 | 0.69 |
| Hex | AA | EC | 76 | 1C | 0 | 32 | 7 | 5E | 4C | 45 |
| Octal | 252 | 354 | 166 | 34 | 0 | 62 | 7 | 136 | 114 | 105 |
| Binary | 10101010 | 11101100 | 1110110 | 11100 | 0 | 110010 | 111 | 1011110 | 1001100 | 1000101 |
Color Harmonies of #AAEC76
Complementary color
Monochromatic Colors of #AAEC76
Black with #AAEC76
Text Example
Text Example
White with #AAEC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC76; }
p { color: rgb(170,236,118); }
H1.HeaderClassName
{
color: #AAEC76;
}
.AnyTagClassName
{
color: #AAEC76;
}
</style>
background-color css
<style>
a { background-color: #AAEC76; }
a { background-color: rgb(170,236,118); }
div.DivClassName
{
background-color: #AAEC76;
}
.BgClassName
{
background-color: #AAEC76;
}
</style>
border-color css
<style>
span { border-color: #AAEC76; }
span { border-color: rgb(170,236,118); }
td.TdClassName
{
border-color: #AAEC76;
}
.TagClassName
{
border-color: #AAEC76;
}
</style>