Shades of Feijoa #AAEC8C
Tints of Feijoa #AAEC8C
RGB
CMYK
RGB Variations
Color information
#AAEC8C (or 0xAAEC8C) is known color: Feijoa. HEX triplet: AA, EC and 8C. RGB value is (170,236,140). Sum of RGB (Red+Green+Blue) = 170+236+140=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEC8C is #551373. Grayscale: #CDCDCD. Windows color (decimal): -5575540 or 9235626. OLE color: 9235626.
HSL color Cylindrical-coordinate representation of color #AAEC8C: hue angle of 101.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAEC8C is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 140 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.07 |
| HSL | 101.25º | 0.72% | 0.74% | - |
| HSV(B) | 101.25º | 0.41% | 0.93% | - |
| XYZ | 51.31 | 70.43 | 35.7 | - |
| YUV | 205.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 140 | 0.28 | 0 | 0.41 | 0.07 | 101.25 | 0.72 | 0.74 |
| Hex | AA | EC | 8C | 1C | 0 | 29 | 7 | 65 | 48 | 4A |
| Octal | 252 | 354 | 214 | 34 | 0 | 51 | 7 | 145 | 110 | 112 |
| Binary | 10101010 | 11101100 | 10001100 | 11100 | 0 | 101001 | 111 | 1100101 | 1001000 | 1001010 |
Color Harmonies of #AAEC8C
Complementary color
Monochromatic Colors of #AAEC8C
Black with #AAEC8C
Text Example
Text Example
White with #AAEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC8C; }
p { color: rgb(170,236,140); }
H1.HeaderClassName
{
color: #AAEC8C;
}
.AnyTagClassName
{
color: #AAEC8C;
}
</style>
background-color css
<style>
a { background-color: #AAEC8C; }
a { background-color: rgb(170,236,140); }
div.DivClassName
{
background-color: #AAEC8C;
}
.BgClassName
{
background-color: #AAEC8C;
}
</style>
border-color css
<style>
span { border-color: #AAEC8C; }
span { border-color: rgb(170,236,140); }
td.TdClassName
{
border-color: #AAEC8C;
}
.TagClassName
{
border-color: #AAEC8C;
}
</style>