Shades of Feijoa #AAE770
Tints of Feijoa #AAE770
RGB
CMYK
RGB Variations
Color information
#AAE770 (or 0xAAE770) is known color: Feijoa. HEX triplet: AA, E7 and 70. RGB value is (170,231,112). Sum of RGB (Red+Green+Blue) = 170+231+112=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE770 is #55188F. Grayscale: #C7C7C7. Windows color (decimal): -5576848 or 7399338. OLE color: 7399338.
HSL color Cylindrical-coordinate representation of color #AAE770: hue angle of 90.76º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAE770 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 112 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.09 |
| HSL | 90.76º | 0.71% | 0.67% | - |
| HSV(B) | 90.76º | 0.52% | 0.91% | - |
| XYZ | 48.08 | 66.87 | 25.7 | - |
| YUV | 199.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 112 | 0.26 | 0 | 0.52 | 0.09 | 90.76 | 0.71 | 0.67 |
| Hex | AA | E7 | 70 | 1A | 0 | 34 | 9 | 5B | 47 | 43 |
| Octal | 252 | 347 | 160 | 32 | 0 | 64 | 11 | 133 | 107 | 103 |
| Binary | 10101010 | 11100111 | 1110000 | 11010 | 0 | 110100 | 1001 | 1011011 | 1000111 | 1000011 |
Color Harmonies of #AAE770
Complementary color
Monochromatic Colors of #AAE770
Black with #AAE770
Text Example
Text Example
White with #AAE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE770; }
p { color: rgb(170,231,112); }
H1.HeaderClassName
{
color: #AAE770;
}
.AnyTagClassName
{
color: #AAE770;
}
</style>
background-color css
<style>
a { background-color: #AAE770; }
a { background-color: rgb(170,231,112); }
div.DivClassName
{
background-color: #AAE770;
}
.BgClassName
{
background-color: #AAE770;
}
</style>
border-color css
<style>
span { border-color: #AAE770; }
span { border-color: rgb(170,231,112); }
td.TdClassName
{
border-color: #AAE770;
}
.TagClassName
{
border-color: #AAE770;
}
</style>