Shades of Feijoa #AAE171
Tints of Feijoa #AAE171
RGB
CMYK
RGB Variations
Color information
#AAE171 (or 0xAAE171) is known color: Feijoa. HEX triplet: AA, E1 and 71. RGB value is (170,225,113). Sum of RGB (Red+Green+Blue) = 170+225+113=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE171 is #551E8E. Grayscale: #C4C4C4. Windows color (decimal): -5578383 or 7463338. OLE color: 7463338.
HSL color Cylindrical-coordinate representation of color #AAE171: hue angle of 89.46º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE171 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 113 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.12 |
| HSL | 89.46º | 0.65% | 0.66% | - |
| HSV(B) | 89.46º | 0.5% | 0.88% | - |
| XYZ | 46.48 | 63.59 | 25.45 | - |
| YUV | 195.79 | 81.28 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 113 | 0.24 | 0 | 0.50 | 0.12 | 89.46 | 0.65 | 0.66 |
| Hex | AA | E1 | 71 | 18 | 0 | 32 | C | 59 | 41 | 42 |
| Octal | 252 | 341 | 161 | 30 | 0 | 62 | 14 | 131 | 101 | 102 |
| Binary | 10101010 | 11100001 | 1110001 | 11000 | 0 | 110010 | 1100 | 1011001 | 1000001 | 1000010 |
Color Harmonies of #AAE171
Complementary color
Monochromatic Colors of #AAE171
Black with #AAE171
Text Example
Text Example
White with #AAE171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE171; }
p { color: rgb(170,225,113); }
H1.HeaderClassName
{
color: #AAE171;
}
.AnyTagClassName
{
color: #AAE171;
}
</style>
background-color css
<style>
a { background-color: #AAE171; }
a { background-color: rgb(170,225,113); }
div.DivClassName
{
background-color: #AAE171;
}
.BgClassName
{
background-color: #AAE171;
}
</style>
border-color css
<style>
span { border-color: #AAE171; }
span { border-color: rgb(170,225,113); }
td.TdClassName
{
border-color: #AAE171;
}
.TagClassName
{
border-color: #AAE171;
}
</style>