Shades of Feijoa #AAE178
Tints of Feijoa #AAE178
RGB
CMYK
RGB Variations
Color information
#AAE178 (or 0xAAE178) is known color: Feijoa. HEX triplet: AA, E1 and 78. RGB value is (170,225,120). Sum of RGB (Red+Green+Blue) = 170+225+120=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE178 is #551E87. Grayscale: #C4C4C4. Windows color (decimal): -5578376 or 7922090. OLE color: 7922090.
HSL color Cylindrical-coordinate representation of color #AAE178: hue angle of 91.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAE178 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 120 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.12 |
| HSL | 91.43º | 0.64% | 0.68% | - |
| HSV(B) | 91.43º | 0.47% | 0.88% | - |
| XYZ | 46.89 | 63.75 | 27.6 | - |
| YUV | 196.59 | 84.78 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 120 | 0.24 | 0 | 0.47 | 0.12 | 91.43 | 0.64 | 0.68 |
| Hex | AA | E1 | 78 | 18 | 0 | 2F | C | 5B | 40 | 44 |
| Octal | 252 | 341 | 170 | 30 | 0 | 57 | 14 | 133 | 100 | 104 |
| Binary | 10101010 | 11100001 | 1111000 | 11000 | 0 | 101111 | 1100 | 1011011 | 1000000 | 1000100 |
Color Harmonies of #AAE178
Complementary color
Monochromatic Colors of #AAE178
Black with #AAE178
Text Example
Text Example
White with #AAE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE178; }
p { color: rgb(170,225,120); }
H1.HeaderClassName
{
color: #AAE178;
}
.AnyTagClassName
{
color: #AAE178;
}
</style>
background-color css
<style>
a { background-color: #AAE178; }
a { background-color: rgb(170,225,120); }
div.DivClassName
{
background-color: #AAE178;
}
.BgClassName
{
background-color: #AAE178;
}
</style>
border-color css
<style>
span { border-color: #AAE178; }
span { border-color: rgb(170,225,120); }
td.TdClassName
{
border-color: #AAE178;
}
.TagClassName
{
border-color: #AAE178;
}
</style>