Shades of Feijoa #AAEC77
Tints of Feijoa #AAEC77
RGB
CMYK
RGB Variations
Color information
#AAEC77 (or 0xAAEC77) is known color: Feijoa. HEX triplet: AA, EC and 77. RGB value is (170,236,119). Sum of RGB (Red+Green+Blue) = 170+236+119=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC77 is #551388. Grayscale: #CBCBCB. Windows color (decimal): -5575561 or 7859370. OLE color: 7859370.
HSL color Cylindrical-coordinate representation of color #AAEC77: hue angle of 93.85º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAEC77 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 119 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.07 |
| HSL | 93.85º | 0.75% | 0.7% | - |
| HSV(B) | 93.85º | 0.5% | 0.93% | - |
| XYZ | 49.9 | 69.87 | 28.31 | - |
| YUV | 202.93 | 80.63 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 119 | 0.28 | 0 | 0.50 | 0.07 | 93.85 | 0.75 | 0.7 |
| Hex | AA | EC | 77 | 1C | 0 | 32 | 7 | 5E | 4B | 46 |
| Octal | 252 | 354 | 167 | 34 | 0 | 62 | 7 | 136 | 113 | 106 |
| Binary | 10101010 | 11101100 | 1110111 | 11100 | 0 | 110010 | 111 | 1011110 | 1001011 | 1000110 |
Color Harmonies of #AAEC77
Complementary color
Monochromatic Colors of #AAEC77
Black with #AAEC77
Text Example
Text Example
White with #AAEC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC77; }
p { color: rgb(170,236,119); }
H1.HeaderClassName
{
color: #AAEC77;
}
.AnyTagClassName
{
color: #AAEC77;
}
</style>
background-color css
<style>
a { background-color: #AAEC77; }
a { background-color: rgb(170,236,119); }
div.DivClassName
{
background-color: #AAEC77;
}
.BgClassName
{
background-color: #AAEC77;
}
</style>
border-color css
<style>
span { border-color: #AAEC77; }
span { border-color: rgb(170,236,119); }
td.TdClassName
{
border-color: #AAEC77;
}
.TagClassName
{
border-color: #AAEC77;
}
</style>