Shades of Feijoa #AAE670
Tints of Feijoa #AAE670
RGB
CMYK
RGB Variations
Color information
#AAE670 (or 0xAAE670) is known color: Feijoa. HEX triplet: AA, E6 and 70. RGB value is (170,230,112). Sum of RGB (Red+Green+Blue) = 170+230+112=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE670 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE670 is #55198F. Grayscale: #C7C7C7. Windows color (decimal): -5577104 or 7399082. OLE color: 7399082.
HSL color Cylindrical-coordinate representation of color #AAE670: hue angle of 90.51º degrees, saturation: 0.7, 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 #AAE670 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 112 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.10 |
| HSL | 90.51º | 0.7% | 0.67% | - |
| HSV(B) | 90.51º | 0.51% | 0.9% | - |
| XYZ | 47.8 | 66.31 | 25.61 | - |
| YUV | 198.61 | 79.12 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 112 | 0.26 | 0 | 0.51 | 0.10 | 90.51 | 0.7 | 0.67 |
| Hex | AA | E6 | 70 | 1A | 0 | 33 | A | 5B | 46 | 43 |
| Octal | 252 | 346 | 160 | 32 | 0 | 63 | 12 | 133 | 106 | 103 |
| Binary | 10101010 | 11100110 | 1110000 | 11010 | 0 | 110011 | 1010 | 1011011 | 1000110 | 1000011 |
Color Harmonies of #AAE670
Complementary color
Monochromatic Colors of #AAE670
Black with #AAE670
Text Example
Text Example
White with #AAE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE670; }
p { color: rgb(170,230,112); }
H1.HeaderClassName
{
color: #AAE670;
}
.AnyTagClassName
{
color: #AAE670;
}
</style>
background-color css
<style>
a { background-color: #AAE670; }
a { background-color: rgb(170,230,112); }
div.DivClassName
{
background-color: #AAE670;
}
.BgClassName
{
background-color: #AAE670;
}
</style>
border-color css
<style>
span { border-color: #AAE670; }
span { border-color: rgb(170,230,112); }
td.TdClassName
{
border-color: #AAE670;
}
.TagClassName
{
border-color: #AAE670;
}
</style>