Shades of Feijoa #AAF087
Tints of Feijoa #AAF087
RGB
CMYK
RGB Variations
Color information
#AAF087 (or 0xAAF087) is known color: Feijoa. HEX triplet: AA, F0 and 87. RGB value is (170,240,135). Sum of RGB (Red+Green+Blue) = 170+240+135=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF087 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF087 is #550F78. Grayscale: #CFCFCF. Windows color (decimal): -5574521 or 8908970. OLE color: 8908970.
HSL color Cylindrical-coordinate representation of color #AAF087: hue angle of 100º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAF087 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 135 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.06 |
| HSL | 100º | 0.78% | 0.74% | - |
| HSV(B) | 100º | 0.44% | 0.94% | - |
| XYZ | 52.11 | 72.62 | 34.19 | - |
| YUV | 207.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 135 | 0.29 | 0 | 0.44 | 0.06 | 100 | 0.78 | 0.74 |
| Hex | AA | F0 | 87 | 1D | 0 | 2C | 6 | 64 | 4E | 4A |
| Octal | 252 | 360 | 207 | 35 | 0 | 54 | 6 | 144 | 116 | 112 |
| Binary | 10101010 | 11110000 | 10000111 | 11101 | 0 | 101100 | 110 | 1100100 | 1001110 | 1001010 |
Color Harmonies of #AAF087
Complementary color
Monochromatic Colors of #AAF087
Black with #AAF087
Text Example
Text Example
White with #AAF087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF087; }
p { color: rgb(170,240,135); }
H1.HeaderClassName
{
color: #AAF087;
}
.AnyTagClassName
{
color: #AAF087;
}
</style>
background-color css
<style>
a { background-color: #AAF087; }
a { background-color: rgb(170,240,135); }
div.DivClassName
{
background-color: #AAF087;
}
.BgClassName
{
background-color: #AAF087;
}
</style>
border-color css
<style>
span { border-color: #AAF087; }
span { border-color: rgb(170,240,135); }
td.TdClassName
{
border-color: #AAF087;
}
.TagClassName
{
border-color: #AAF087;
}
</style>