Shades of Feijoa #AAEC71
Tints of Feijoa #AAEC71
RGB
CMYK
RGB Variations
Color information
#AAEC71 (or 0xAAEC71) is known color: Feijoa. HEX triplet: AA, EC and 71. RGB value is (170,236,113). Sum of RGB (Red+Green+Blue) = 170+236+113=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC71 is #55138E. Grayscale: #CACACA. Windows color (decimal): -5575567 or 7466154. OLE color: 7466154.
HSL color Cylindrical-coordinate representation of color #AAEC71: hue angle of 92.2º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAEC71 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 113 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.07 |
| HSL | 92.2º | 0.76% | 0.68% | - |
| HSV(B) | 92.2º | 0.52% | 0.93% | - |
| XYZ | 49.55 | 69.73 | 26.47 | - |
| YUV | 202.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 113 | 0.28 | 0 | 0.52 | 0.07 | 92.2 | 0.76 | 0.68 |
| Hex | AA | EC | 71 | 1C | 0 | 34 | 7 | 5C | 4C | 44 |
| Octal | 252 | 354 | 161 | 34 | 0 | 64 | 7 | 134 | 114 | 104 |
| Binary | 10101010 | 11101100 | 1110001 | 11100 | 0 | 110100 | 111 | 1011100 | 1001100 | 1000100 |
Color Harmonies of #AAEC71
Complementary color
Monochromatic Colors of #AAEC71
Black with #AAEC71
Text Example
Text Example
White with #AAEC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC71; }
p { color: rgb(170,236,113); }
H1.HeaderClassName
{
color: #AAEC71;
}
.AnyTagClassName
{
color: #AAEC71;
}
</style>
background-color css
<style>
a { background-color: #AAEC71; }
a { background-color: rgb(170,236,113); }
div.DivClassName
{
background-color: #AAEC71;
}
.BgClassName
{
background-color: #AAEC71;
}
</style>
border-color css
<style>
span { border-color: #AAEC71; }
span { border-color: rgb(170,236,113); }
td.TdClassName
{
border-color: #AAEC71;
}
.TagClassName
{
border-color: #AAEC71;
}
</style>