Shades of Feijoa #AAF488
Tints of Feijoa #AAF488
RGB
CMYK
RGB Variations
Color information
#AAF488 (or 0xAAF488) is known color: Feijoa. HEX triplet: AA, F4 and 88. RGB value is (170,244,136). Sum of RGB (Red+Green+Blue) = 170+244+136=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF488 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF488 is #550B77. Grayscale: #D1D1D1. Windows color (decimal): -5573496 or 8975530. OLE color: 8975530.
HSL color Cylindrical-coordinate representation of color #AAF488: hue angle of 101.11º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAF488 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 136 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.04 |
| HSL | 101.11º | 0.83% | 0.75% | - |
| HSV(B) | 101.11º | 0.44% | 0.96% | - |
| XYZ | 53.37 | 75.02 | 34.96 | - |
| YUV | 209.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 136 | 0.30 | 0 | 0.44 | 0.04 | 101.11 | 0.83 | 0.75 |
| Hex | AA | F4 | 88 | 1E | 0 | 2C | 4 | 65 | 53 | 4B |
| Octal | 252 | 364 | 210 | 36 | 0 | 54 | 4 | 145 | 123 | 113 |
| Binary | 10101010 | 11110100 | 10001000 | 11110 | 0 | 101100 | 100 | 1100101 | 1010011 | 1001011 |
Color Harmonies of #AAF488
Complementary color
Monochromatic Colors of #AAF488
Black with #AAF488
Text Example
Text Example
White with #AAF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF488; }
p { color: rgb(170,244,136); }
H1.HeaderClassName
{
color: #AAF488;
}
.AnyTagClassName
{
color: #AAF488;
}
</style>
background-color css
<style>
a { background-color: #AAF488; }
a { background-color: rgb(170,244,136); }
div.DivClassName
{
background-color: #AAF488;
}
.BgClassName
{
background-color: #AAF488;
}
</style>
border-color css
<style>
span { border-color: #AAF488; }
span { border-color: rgb(170,244,136); }
td.TdClassName
{
border-color: #AAF488;
}
.TagClassName
{
border-color: #AAF488;
}
</style>