Shades of Feijoa #AAEC7D
Tints of Feijoa #AAEC7D
RGB
CMYK
RGB Variations
Color information
#AAEC7D (or 0xAAEC7D) is known color: Feijoa. HEX triplet: AA, EC and 7D. RGB value is (170,236,125). Sum of RGB (Red+Green+Blue) = 170+236+125=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC7D is #551382. Grayscale: #CBCBCB. Windows color (decimal): -5575555 or 8252586. OLE color: 8252586.
HSL color Cylindrical-coordinate representation of color #AAEC7D: hue angle of 95.68º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAEC7D is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 125 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.07 |
| HSL | 95.68º | 0.74% | 0.71% | - |
| HSV(B) | 95.68º | 0.47% | 0.93% | - |
| XYZ | 50.27 | 70.02 | 30.27 | - |
| YUV | 203.61 | 83.63 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 125 | 0.28 | 0 | 0.47 | 0.07 | 95.68 | 0.74 | 0.71 |
| Hex | AA | EC | 7D | 1C | 0 | 2F | 7 | 60 | 4A | 47 |
| Octal | 252 | 354 | 175 | 34 | 0 | 57 | 7 | 140 | 112 | 107 |
| Binary | 10101010 | 11101100 | 1111101 | 11100 | 0 | 101111 | 111 | 1100000 | 1001010 | 1000111 |
Color Harmonies of #AAEC7D
Complementary color
Monochromatic Colors of #AAEC7D
Black with #AAEC7D
Text Example
Text Example
White with #AAEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC7D; }
p { color: rgb(170,236,125); }
H1.HeaderClassName
{
color: #AAEC7D;
}
.AnyTagClassName
{
color: #AAEC7D;
}
</style>
background-color css
<style>
a { background-color: #AAEC7D; }
a { background-color: rgb(170,236,125); }
div.DivClassName
{
background-color: #AAEC7D;
}
.BgClassName
{
background-color: #AAEC7D;
}
</style>
border-color css
<style>
span { border-color: #AAEC7D; }
span { border-color: rgb(170,236,125); }
td.TdClassName
{
border-color: #AAEC7D;
}
.TagClassName
{
border-color: #AAEC7D;
}
</style>