Shades of Feijoa #AAE270
Tints of Feijoa #AAE270
RGB
CMYK
RGB Variations
Color information
#AAE270 (or 0xAAE270) is known color: Feijoa. HEX triplet: AA, E2 and 70. RGB value is (170,226,112). Sum of RGB (Red+Green+Blue) = 170+226+112=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE270 is #551D8F. Grayscale: #C4C4C4. Windows color (decimal): -5578128 or 7398058. OLE color: 7398058.
HSL color Cylindrical-coordinate representation of color #AAE270: hue angle of 89.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE270 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 112 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.11 |
| HSL | 89.47º | 0.66% | 0.66% | - |
| HSV(B) | 89.47º | 0.5% | 0.89% | - |
| XYZ | 46.7 | 64.11 | 25.24 | - |
| YUV | 196.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 112 | 0.25 | 0 | 0.50 | 0.11 | 89.47 | 0.66 | 0.66 |
| Hex | AA | E2 | 70 | 19 | 0 | 32 | B | 59 | 42 | 42 |
| Octal | 252 | 342 | 160 | 31 | 0 | 62 | 13 | 131 | 102 | 102 |
| Binary | 10101010 | 11100010 | 1110000 | 11001 | 0 | 110010 | 1011 | 1011001 | 1000010 | 1000010 |
Color Harmonies of #AAE270
Complementary color
Monochromatic Colors of #AAE270
Black with #AAE270
Text Example
Text Example
White with #AAE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE270; }
p { color: rgb(170,226,112); }
H1.HeaderClassName
{
color: #AAE270;
}
.AnyTagClassName
{
color: #AAE270;
}
</style>
background-color css
<style>
a { background-color: #AAE270; }
a { background-color: rgb(170,226,112); }
div.DivClassName
{
background-color: #AAE270;
}
.BgClassName
{
background-color: #AAE270;
}
</style>
border-color css
<style>
span { border-color: #AAE270; }
span { border-color: rgb(170,226,112); }
td.TdClassName
{
border-color: #AAE270;
}
.TagClassName
{
border-color: #AAE270;
}
</style>