Shades of Feijoa #AAE078
Tints of Feijoa #AAE078
RGB
CMYK
RGB Variations
Color information
#AAE078 (or 0xAAE078) is known color: Feijoa. HEX triplet: AA, E0 and 78. RGB value is (170,224,120). Sum of RGB (Red+Green+Blue) = 170+224+120=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE078 is #551F87. Grayscale: #C4C4C4. Windows color (decimal): -5578632 or 7921834. OLE color: 7921834.
HSL color Cylindrical-coordinate representation of color #AAE078: hue angle of 91.15º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAE078 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 120 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.12 |
| HSL | 91.15º | 0.63% | 0.67% | - |
| HSV(B) | 91.15º | 0.46% | 0.88% | - |
| XYZ | 46.62 | 63.21 | 27.51 | - |
| YUV | 196 | 85.11 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 120 | 0.24 | 0 | 0.46 | 0.12 | 91.15 | 0.63 | 0.67 |
| Hex | AA | E0 | 78 | 18 | 0 | 2E | C | 5B | 3F | 43 |
| Octal | 252 | 340 | 170 | 30 | 0 | 56 | 14 | 133 | 77 | 103 |
| Binary | 10101010 | 11100000 | 1111000 | 11000 | 0 | 101110 | 1100 | 1011011 | 111111 | 1000011 |
Color Harmonies of #AAE078
Complementary color
Monochromatic Colors of #AAE078
Black with #AAE078
Text Example
Text Example
White with #AAE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE078; }
p { color: rgb(170,224,120); }
H1.HeaderClassName
{
color: #AAE078;
}
.AnyTagClassName
{
color: #AAE078;
}
</style>
background-color css
<style>
a { background-color: #AAE078; }
a { background-color: rgb(170,224,120); }
div.DivClassName
{
background-color: #AAE078;
}
.BgClassName
{
background-color: #AAE078;
}
</style>
border-color css
<style>
span { border-color: #AAE078; }
span { border-color: rgb(170,224,120); }
td.TdClassName
{
border-color: #AAE078;
}
.TagClassName
{
border-color: #AAE078;
}
</style>