Shades of Feijoa #AAEB8C
Tints of Feijoa #AAEB8C
RGB
CMYK
RGB Variations
Color information
#AAEB8C (or 0xAAEB8C) is known color: Feijoa. HEX triplet: AA, EB and 8C. RGB value is (170,235,140). Sum of RGB (Red+Green+Blue) = 170+235+140=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEB8C is #551473. Grayscale: #CDCDCD. Windows color (decimal): -5575796 or 9235370. OLE color: 9235370.
HSL color Cylindrical-coordinate representation of color #AAEB8C: hue angle of 101.05º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAEB8C is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 140 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.08 |
| HSL | 101.05º | 0.7% | 0.74% | - |
| HSV(B) | 101.05º | 0.4% | 0.92% | - |
| XYZ | 51.02 | 69.86 | 35.61 | - |
| YUV | 204.74 | 91.47 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 140 | 0.28 | 0 | 0.40 | 0.08 | 101.05 | 0.7 | 0.74 |
| Hex | AA | EB | 8C | 1C | 0 | 28 | 8 | 65 | 46 | 4A |
| Octal | 252 | 353 | 214 | 34 | 0 | 50 | 10 | 145 | 106 | 112 |
| Binary | 10101010 | 11101011 | 10001100 | 11100 | 0 | 101000 | 1000 | 1100101 | 1000110 | 1001010 |
Color Harmonies of #AAEB8C
Complementary color
Monochromatic Colors of #AAEB8C
Black with #AAEB8C
Text Example
Text Example
White with #AAEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB8C; }
p { color: rgb(170,235,140); }
H1.HeaderClassName
{
color: #AAEB8C;
}
.AnyTagClassName
{
color: #AAEB8C;
}
</style>
background-color css
<style>
a { background-color: #AAEB8C; }
a { background-color: rgb(170,235,140); }
div.DivClassName
{
background-color: #AAEB8C;
}
.BgClassName
{
background-color: #AAEB8C;
}
</style>
border-color css
<style>
span { border-color: #AAEB8C; }
span { border-color: rgb(170,235,140); }
td.TdClassName
{
border-color: #AAEB8C;
}
.TagClassName
{
border-color: #AAEB8C;
}
</style>