Shades of Feijoa #AAF487
Tints of Feijoa #AAF487
RGB
CMYK
RGB Variations
Color information
#AAF487 (or 0xAAF487) is known color: Feijoa. HEX triplet: AA, F4 and 87. RGB value is (170,244,135). Sum of RGB (Red+Green+Blue) = 170+244+135=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF487 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF487 is #550B78. Grayscale: #D1D1D1. Windows color (decimal): -5573497 or 8909994. OLE color: 8909994.
HSL color Cylindrical-coordinate representation of color #AAF487: hue angle of 100.73º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAF487 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 135 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.04 |
| HSL | 100.73º | 0.83% | 0.74% | - |
| HSV(B) | 100.73º | 0.45% | 0.96% | - |
| XYZ | 53.3 | 75 | 34.59 | - |
| YUV | 209.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 135 | 0.30 | 0 | 0.45 | 0.04 | 100.73 | 0.83 | 0.74 |
| Hex | AA | F4 | 87 | 1E | 0 | 2D | 4 | 65 | 53 | 4A |
| Octal | 252 | 364 | 207 | 36 | 0 | 55 | 4 | 145 | 123 | 112 |
| Binary | 10101010 | 11110100 | 10000111 | 11110 | 0 | 101101 | 100 | 1100101 | 1010011 | 1001010 |
Color Harmonies of #AAF487
Complementary color
Monochromatic Colors of #AAF487
Black with #AAF487
Text Example
Text Example
White with #AAF487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF487; }
p { color: rgb(170,244,135); }
H1.HeaderClassName
{
color: #AAF487;
}
.AnyTagClassName
{
color: #AAF487;
}
</style>
background-color css
<style>
a { background-color: #AAF487; }
a { background-color: rgb(170,244,135); }
div.DivClassName
{
background-color: #AAF487;
}
.BgClassName
{
background-color: #AAF487;
}
</style>
border-color css
<style>
span { border-color: #AAF487; }
span { border-color: rgb(170,244,135); }
td.TdClassName
{
border-color: #AAF487;
}
.TagClassName
{
border-color: #AAF487;
}
</style>