Shades of Feijoa #AAE17B
Tints of Feijoa #AAE17B
RGB
CMYK
RGB Variations
Color information
#AAE17B (or 0xAAE17B) is known color: Feijoa. HEX triplet: AA, E1 and 7B. RGB value is (170,225,123). Sum of RGB (Red+Green+Blue) = 170+225+123=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE17B is #551E84. Grayscale: #C5C5C5. Windows color (decimal): -5578373 or 8118698. OLE color: 8118698.
HSL color Cylindrical-coordinate representation of color #AAE17B: hue angle of 92.35º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAE17B is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 123 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.12 |
| HSL | 92.35º | 0.63% | 0.68% | - |
| HSV(B) | 92.35º | 0.45% | 0.88% | - |
| XYZ | 47.08 | 63.83 | 28.58 | - |
| YUV | 196.93 | 86.28 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 123 | 0.24 | 0 | 0.45 | 0.12 | 92.35 | 0.63 | 0.68 |
| Hex | AA | E1 | 7B | 18 | 0 | 2D | C | 5C | 3F | 44 |
| Octal | 252 | 341 | 173 | 30 | 0 | 55 | 14 | 134 | 77 | 104 |
| Binary | 10101010 | 11100001 | 1111011 | 11000 | 0 | 101101 | 1100 | 1011100 | 111111 | 1000100 |
Color Harmonies of #AAE17B
Complementary color
Monochromatic Colors of #AAE17B
Black with #AAE17B
Text Example
Text Example
White with #AAE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE17B; }
p { color: rgb(170,225,123); }
H1.HeaderClassName
{
color: #AAE17B;
}
.AnyTagClassName
{
color: #AAE17B;
}
</style>
background-color css
<style>
a { background-color: #AAE17B; }
a { background-color: rgb(170,225,123); }
div.DivClassName
{
background-color: #AAE17B;
}
.BgClassName
{
background-color: #AAE17B;
}
</style>
border-color css
<style>
span { border-color: #AAE17B; }
span { border-color: rgb(170,225,123); }
td.TdClassName
{
border-color: #AAE17B;
}
.TagClassName
{
border-color: #AAE17B;
}
</style>