Shades of Feijoa #AAE56C
Tints of Feijoa #AAE56C
RGB
CMYK
RGB Variations
Color information
#AAE56C (or 0xAAE56C) is known color: Feijoa. HEX triplet: AA, E5 and 6C. RGB value is (170,229,108). Sum of RGB (Red+Green+Blue) = 170+229+108=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE56C is #551A93. Grayscale: #C5C5C5. Windows color (decimal): -5577364 or 7136682. OLE color: 7136682.
HSL color Cylindrical-coordinate representation of color #AAE56C: hue angle of 89.26º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAE56C is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 108 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.10 |
| HSL | 89.26º | 0.7% | 0.66% | - |
| HSV(B) | 89.26º | 0.53% | 0.9% | - |
| XYZ | 47.3 | 65.67 | 24.37 | - |
| YUV | 197.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 108 | 0.26 | 0 | 0.53 | 0.10 | 89.26 | 0.7 | 0.66 |
| Hex | AA | E5 | 6C | 1A | 0 | 35 | A | 59 | 46 | 42 |
| Octal | 252 | 345 | 154 | 32 | 0 | 65 | 12 | 131 | 106 | 102 |
| Binary | 10101010 | 11100101 | 1101100 | 11010 | 0 | 110101 | 1010 | 1011001 | 1000110 | 1000010 |
Color Harmonies of #AAE56C
Complementary color
Monochromatic Colors of #AAE56C
Black with #AAE56C
Text Example
Text Example
White with #AAE56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE56C; }
p { color: rgb(170,229,108); }
H1.HeaderClassName
{
color: #AAE56C;
}
.AnyTagClassName
{
color: #AAE56C;
}
</style>
background-color css
<style>
a { background-color: #AAE56C; }
a { background-color: rgb(170,229,108); }
div.DivClassName
{
background-color: #AAE56C;
}
.BgClassName
{
background-color: #AAE56C;
}
</style>
border-color css
<style>
span { border-color: #AAE56C; }
span { border-color: rgb(170,229,108); }
td.TdClassName
{
border-color: #AAE56C;
}
.TagClassName
{
border-color: #AAE56C;
}
</style>