Shades of Feijoa #AAE17A
Tints of Feijoa #AAE17A
RGB
CMYK
RGB Variations
Color information
#AAE17A (or 0xAAE17A) is known color: Feijoa. HEX triplet: AA, E1 and 7A. RGB value is (170,225,122). Sum of RGB (Red+Green+Blue) = 170+225+122=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE17A is #551E85. Grayscale: #C5C5C5. Windows color (decimal): -5578374 or 8053162. OLE color: 8053162.
HSL color Cylindrical-coordinate representation of color #AAE17A: hue angle of 92.04º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAE17A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 122 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.12 |
| HSL | 92.04º | 0.63% | 0.68% | - |
| HSV(B) | 92.04º | 0.46% | 0.88% | - |
| XYZ | 47.02 | 63.8 | 28.25 | - |
| YUV | 196.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 122 | 0.24 | 0 | 0.46 | 0.12 | 92.04 | 0.63 | 0.68 |
| Hex | AA | E1 | 7A | 18 | 0 | 2E | C | 5C | 3F | 44 |
| Octal | 252 | 341 | 172 | 30 | 0 | 56 | 14 | 134 | 77 | 104 |
| Binary | 10101010 | 11100001 | 1111010 | 11000 | 0 | 101110 | 1100 | 1011100 | 111111 | 1000100 |
Color Harmonies of #AAE17A
Complementary color
Monochromatic Colors of #AAE17A
Black with #AAE17A
Text Example
Text Example
White with #AAE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE17A; }
p { color: rgb(170,225,122); }
H1.HeaderClassName
{
color: #AAE17A;
}
.AnyTagClassName
{
color: #AAE17A;
}
</style>
background-color css
<style>
a { background-color: #AAE17A; }
a { background-color: rgb(170,225,122); }
div.DivClassName
{
background-color: #AAE17A;
}
.BgClassName
{
background-color: #AAE17A;
}
</style>
border-color css
<style>
span { border-color: #AAE17A; }
span { border-color: rgb(170,225,122); }
td.TdClassName
{
border-color: #AAE17A;
}
.TagClassName
{
border-color: #AAE17A;
}
</style>