Shades of Feijoa #AAE88C
Tints of Feijoa #AAE88C
RGB
CMYK
RGB Variations
Color information
#AAE88C (or 0xAAE88C) is known color: Feijoa. HEX triplet: AA, E8 and 8C. RGB value is (170,232,140). Sum of RGB (Red+Green+Blue) = 170+232+140=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE88C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE88C is #551773. Grayscale: #CBCBCB. Windows color (decimal): -5576564 or 9234602. OLE color: 9234602.
HSL color Cylindrical-coordinate representation of color #AAE88C: hue angle of 100.43º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAE88C is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 140 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.09 |
| HSL | 100.43º | 0.67% | 0.73% | - |
| HSV(B) | 100.43º | 0.4% | 0.91% | - |
| XYZ | 50.17 | 68.15 | 35.32 | - |
| YUV | 202.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 140 | 0.27 | 0 | 0.40 | 0.09 | 100.43 | 0.67 | 0.73 |
| Hex | AA | E8 | 8C | 1B | 0 | 28 | 9 | 64 | 43 | 49 |
| Octal | 252 | 350 | 214 | 33 | 0 | 50 | 11 | 144 | 103 | 111 |
| Binary | 10101010 | 11101000 | 10001100 | 11011 | 0 | 101000 | 1001 | 1100100 | 1000011 | 1001001 |
Color Harmonies of #AAE88C
Complementary color
Monochromatic Colors of #AAE88C
Black with #AAE88C
Text Example
Text Example
White with #AAE88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE88C; }
p { color: rgb(170,232,140); }
H1.HeaderClassName
{
color: #AAE88C;
}
.AnyTagClassName
{
color: #AAE88C;
}
</style>
background-color css
<style>
a { background-color: #AAE88C; }
a { background-color: rgb(170,232,140); }
div.DivClassName
{
background-color: #AAE88C;
}
.BgClassName
{
background-color: #AAE88C;
}
</style>
border-color css
<style>
span { border-color: #AAE88C; }
span { border-color: rgb(170,232,140); }
td.TdClassName
{
border-color: #AAE88C;
}
.TagClassName
{
border-color: #AAE88C;
}
</style>