Shades of Feijoa #AAE570
Tints of Feijoa #AAE570
RGB
CMYK
RGB Variations
Color information
#AAE570 (or 0xAAE570) is known color: Feijoa. HEX triplet: AA, E5 and 70. RGB value is (170,229,112). Sum of RGB (Red+Green+Blue) = 170+229+112=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE570 is #551A8F. Grayscale: #C6C6C6. Windows color (decimal): -5577360 or 7398826. OLE color: 7398826.
HSL color Cylindrical-coordinate representation of color #AAE570: hue angle of 90.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAE570 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 112 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.10 |
| HSL | 90.26º | 0.69% | 0.67% | - |
| HSV(B) | 90.26º | 0.51% | 0.9% | - |
| XYZ | 47.52 | 65.75 | 25.52 | - |
| YUV | 198.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 112 | 0.26 | 0 | 0.51 | 0.10 | 90.26 | 0.69 | 0.67 |
| Hex | AA | E5 | 70 | 1A | 0 | 33 | A | 5A | 45 | 43 |
| Octal | 252 | 345 | 160 | 32 | 0 | 63 | 12 | 132 | 105 | 103 |
| Binary | 10101010 | 11100101 | 1110000 | 11010 | 0 | 110011 | 1010 | 1011010 | 1000101 | 1000011 |
Color Harmonies of #AAE570
Complementary color
Monochromatic Colors of #AAE570
Black with #AAE570
Text Example
Text Example
White with #AAE570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE570; }
p { color: rgb(170,229,112); }
H1.HeaderClassName
{
color: #AAE570;
}
.AnyTagClassName
{
color: #AAE570;
}
</style>
background-color css
<style>
a { background-color: #AAE570; }
a { background-color: rgb(170,229,112); }
div.DivClassName
{
background-color: #AAE570;
}
.BgClassName
{
background-color: #AAE570;
}
</style>
border-color css
<style>
span { border-color: #AAE570; }
span { border-color: rgb(170,229,112); }
td.TdClassName
{
border-color: #AAE570;
}
.TagClassName
{
border-color: #AAE570;
}
</style>