Shades of Feijoa #AAE47B
Tints of Feijoa #AAE47B
RGB
CMYK
RGB Variations
Color information
#AAE47B (or 0xAAE47B) is known color: Feijoa. HEX triplet: AA, E4 and 7B. RGB value is (170,228,123). Sum of RGB (Red+Green+Blue) = 170+228+123=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE47B is #551B84. Grayscale: #C7C7C7. Windows color (decimal): -5577605 or 8119466. OLE color: 8119466.
HSL color Cylindrical-coordinate representation of color #AAE47B: hue angle of 93.14º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAE47B is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 123 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.11 |
| HSL | 93.14º | 0.66% | 0.69% | - |
| HSV(B) | 93.14º | 0.46% | 0.89% | - |
| XYZ | 47.9 | 65.46 | 28.85 | - |
| YUV | 198.69 | 85.28 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 123 | 0.25 | 0 | 0.46 | 0.11 | 93.14 | 0.66 | 0.69 |
| Hex | AA | E4 | 7B | 19 | 0 | 2E | B | 5D | 42 | 45 |
| Octal | 252 | 344 | 173 | 31 | 0 | 56 | 13 | 135 | 102 | 105 |
| Binary | 10101010 | 11100100 | 1111011 | 11001 | 0 | 101110 | 1011 | 1011101 | 1000010 | 1000101 |
Color Harmonies of #AAE47B
Complementary color
Monochromatic Colors of #AAE47B
Black with #AAE47B
Text Example
Text Example
White with #AAE47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE47B; }
p { color: rgb(170,228,123); }
H1.HeaderClassName
{
color: #AAE47B;
}
.AnyTagClassName
{
color: #AAE47B;
}
</style>
background-color css
<style>
a { background-color: #AAE47B; }
a { background-color: rgb(170,228,123); }
div.DivClassName
{
background-color: #AAE47B;
}
.BgClassName
{
background-color: #AAE47B;
}
</style>
border-color css
<style>
span { border-color: #AAE47B; }
span { border-color: rgb(170,228,123); }
td.TdClassName
{
border-color: #AAE47B;
}
.TagClassName
{
border-color: #AAE47B;
}
</style>