Shades of Feijoa #AAE088
Tints of Feijoa #AAE088
RGB
CMYK
RGB Variations
Color information
#AAE088 (or 0xAAE088) is known color: Feijoa. HEX triplet: AA, E0 and 88. RGB value is (170,224,136). Sum of RGB (Red+Green+Blue) = 170+224+136=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE088 is #551F77. Grayscale: #C6C6C6. Windows color (decimal): -5578616 or 8970410. OLE color: 8970410.
HSL color Cylindrical-coordinate representation of color #AAE088: hue angle of 96.82º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAE088 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 136 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.12 |
| HSL | 96.82º | 0.59% | 0.71% | - |
| HSV(B) | 96.82º | 0.39% | 0.88% | - |
| XYZ | 47.68 | 63.63 | 33.06 | - |
| YUV | 197.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 136 | 0.24 | 0 | 0.39 | 0.12 | 96.82 | 0.59 | 0.71 |
| Hex | AA | E0 | 88 | 18 | 0 | 27 | C | 61 | 3B | 47 |
| Octal | 252 | 340 | 210 | 30 | 0 | 47 | 14 | 141 | 73 | 107 |
| Binary | 10101010 | 11100000 | 10001000 | 11000 | 0 | 100111 | 1100 | 1100001 | 111011 | 1000111 |
Color Harmonies of #AAE088
Complementary color
Monochromatic Colors of #AAE088
Black with #AAE088
Text Example
Text Example
White with #AAE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE088; }
p { color: rgb(170,224,136); }
H1.HeaderClassName
{
color: #AAE088;
}
.AnyTagClassName
{
color: #AAE088;
}
</style>
background-color css
<style>
a { background-color: #AAE088; }
a { background-color: rgb(170,224,136); }
div.DivClassName
{
background-color: #AAE088;
}
.BgClassName
{
background-color: #AAE088;
}
</style>
border-color css
<style>
span { border-color: #AAE088; }
span { border-color: rgb(170,224,136); }
td.TdClassName
{
border-color: #AAE088;
}
.TagClassName
{
border-color: #AAE088;
}
</style>