Shades of Feijoa #AAE476
Tints of Feijoa #AAE476
RGB
CMYK
RGB Variations
Color information
#AAE476 (or 0xAAE476) is known color: Feijoa. HEX triplet: AA, E4 and 76. RGB value is (170,228,118). Sum of RGB (Red+Green+Blue) = 170+228+118=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE476 is #551B89. Grayscale: #C6C6C6. Windows color (decimal): -5577610 or 7791786. OLE color: 7791786.
HSL color Cylindrical-coordinate representation of color #AAE476: hue angle of 91.64º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAE476 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 118 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.11 |
| HSL | 91.64º | 0.67% | 0.68% | - |
| HSV(B) | 91.64º | 0.48% | 0.89% | - |
| XYZ | 47.59 | 65.34 | 27.24 | - |
| YUV | 198.12 | 82.78 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 118 | 0.25 | 0 | 0.48 | 0.11 | 91.64 | 0.67 | 0.68 |
| Hex | AA | E4 | 76 | 19 | 0 | 30 | B | 5C | 43 | 44 |
| Octal | 252 | 344 | 166 | 31 | 0 | 60 | 13 | 134 | 103 | 104 |
| Binary | 10101010 | 11100100 | 1110110 | 11001 | 0 | 110000 | 1011 | 1011100 | 1000011 | 1000100 |
Color Harmonies of #AAE476
Complementary color
Monochromatic Colors of #AAE476
Black with #AAE476
Text Example
Text Example
White with #AAE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE476; }
p { color: rgb(170,228,118); }
H1.HeaderClassName
{
color: #AAE476;
}
.AnyTagClassName
{
color: #AAE476;
}
</style>
background-color css
<style>
a { background-color: #AAE476; }
a { background-color: rgb(170,228,118); }
div.DivClassName
{
background-color: #AAE476;
}
.BgClassName
{
background-color: #AAE476;
}
</style>
border-color css
<style>
span { border-color: #AAE476; }
span { border-color: rgb(170,228,118); }
td.TdClassName
{
border-color: #AAE476;
}
.TagClassName
{
border-color: #AAE476;
}
</style>