Shades of Feijoa #AAE788
Tints of Feijoa #AAE788
RGB
CMYK
RGB Variations
Color information
#AAE788 (or 0xAAE788) is known color: Feijoa. HEX triplet: AA, E7 and 88. RGB value is (170,231,136). Sum of RGB (Red+Green+Blue) = 170+231+136=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE788 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE788 is #551877. Grayscale: #CACACA. Windows color (decimal): -5576824 or 8972202. OLE color: 8972202.
HSL color Cylindrical-coordinate representation of color #AAE788: hue angle of 98.53º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAE788 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 136 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.09 |
| HSL | 98.53º | 0.66% | 0.72% | - |
| HSV(B) | 98.53º | 0.41% | 0.91% | - |
| XYZ | 49.6 | 67.48 | 33.7 | - |
| YUV | 201.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 136 | 0.26 | 0 | 0.41 | 0.09 | 98.53 | 0.66 | 0.72 |
| Hex | AA | E7 | 88 | 1A | 0 | 29 | 9 | 63 | 42 | 48 |
| Octal | 252 | 347 | 210 | 32 | 0 | 51 | 11 | 143 | 102 | 110 |
| Binary | 10101010 | 11100111 | 10001000 | 11010 | 0 | 101001 | 1001 | 1100011 | 1000010 | 1001000 |
Color Harmonies of #AAE788
Complementary color
Monochromatic Colors of #AAE788
Black with #AAE788
Text Example
Text Example
White with #AAE788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE788; }
p { color: rgb(170,231,136); }
H1.HeaderClassName
{
color: #AAE788;
}
.AnyTagClassName
{
color: #AAE788;
}
</style>
background-color css
<style>
a { background-color: #AAE788; }
a { background-color: rgb(170,231,136); }
div.DivClassName
{
background-color: #AAE788;
}
.BgClassName
{
background-color: #AAE788;
}
</style>
border-color css
<style>
span { border-color: #AAE788; }
span { border-color: rgb(170,231,136); }
td.TdClassName
{
border-color: #AAE788;
}
.TagClassName
{
border-color: #AAE788;
}
</style>