Shades of Feijoa #AAE07B
Tints of Feijoa #AAE07B
RGB
CMYK
RGB Variations
Color information
#AAE07B (or 0xAAE07B) is known color: Feijoa. HEX triplet: AA, E0 and 7B. RGB value is (170,224,123). Sum of RGB (Red+Green+Blue) = 170+224+123=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE07B is #551F84. Grayscale: #C4C4C4. Windows color (decimal): -5578629 or 8118442. OLE color: 8118442.
HSL color Cylindrical-coordinate representation of color #AAE07B: hue angle of 92.08º degrees, saturation: 0.62, 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 #AAE07B is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 123 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.12 |
| HSL | 92.08º | 0.62% | 0.68% | - |
| HSV(B) | 92.08º | 0.45% | 0.88% | - |
| XYZ | 46.81 | 63.29 | 28.49 | - |
| YUV | 196.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 123 | 0.24 | 0 | 0.45 | 0.12 | 92.08 | 0.62 | 0.68 |
| Hex | AA | E0 | 7B | 18 | 0 | 2D | C | 5C | 3E | 44 |
| Octal | 252 | 340 | 173 | 30 | 0 | 55 | 14 | 134 | 76 | 104 |
| Binary | 10101010 | 11100000 | 1111011 | 11000 | 0 | 101101 | 1100 | 1011100 | 111110 | 1000100 |
Color Harmonies of #AAE07B
Complementary color
Monochromatic Colors of #AAE07B
Black with #AAE07B
Text Example
Text Example
White with #AAE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE07B; }
p { color: rgb(170,224,123); }
H1.HeaderClassName
{
color: #AAE07B;
}
.AnyTagClassName
{
color: #AAE07B;
}
</style>
background-color css
<style>
a { background-color: #AAE07B; }
a { background-color: rgb(170,224,123); }
div.DivClassName
{
background-color: #AAE07B;
}
.BgClassName
{
background-color: #AAE07B;
}
</style>
border-color css
<style>
span { border-color: #AAE07B; }
span { border-color: rgb(170,224,123); }
td.TdClassName
{
border-color: #AAE07B;
}
.TagClassName
{
border-color: #AAE07B;
}
</style>