Shades of Feijoa #AAF884
Tints of Feijoa #AAF884
RGB
CMYK
RGB Variations
Color information
#AAF884 (or 0xAAF884) is known color: Feijoa. HEX triplet: AA, F8 and 84. RGB value is (170,248,132). Sum of RGB (Red+Green+Blue) = 170+248+132=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF884 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF884 is #55077B. Grayscale: #D3D3D3. Windows color (decimal): -5572476 or 8714410. OLE color: 8714410.
HSL color Cylindrical-coordinate representation of color #AAF884: hue angle of 100.34º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAF884 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 132 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.03 |
| HSL | 100.34º | 0.89% | 0.75% | - |
| HSV(B) | 100.34º | 0.47% | 0.97% | - |
| XYZ | 54.31 | 77.35 | 33.9 | - |
| YUV | 211.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 132 | 0.31 | 0 | 0.47 | 0.03 | 100.34 | 0.89 | 0.75 |
| Hex | AA | F8 | 84 | 1F | 0 | 2F | 3 | 64 | 59 | 4B |
| Octal | 252 | 370 | 204 | 37 | 0 | 57 | 3 | 144 | 131 | 113 |
| Binary | 10101010 | 11111000 | 10000100 | 11111 | 0 | 101111 | 11 | 1100100 | 1011001 | 1001011 |
Color Harmonies of #AAF884
Complementary color
Monochromatic Colors of #AAF884
Black with #AAF884
Text Example
Text Example
White with #AAF884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF884; }
p { color: rgb(170,248,132); }
H1.HeaderClassName
{
color: #AAF884;
}
.AnyTagClassName
{
color: #AAF884;
}
</style>
background-color css
<style>
a { background-color: #AAF884; }
a { background-color: rgb(170,248,132); }
div.DivClassName
{
background-color: #AAF884;
}
.BgClassName
{
background-color: #AAF884;
}
</style>
border-color css
<style>
span { border-color: #AAF884; }
span { border-color: rgb(170,248,132); }
td.TdClassName
{
border-color: #AAF884;
}
.TagClassName
{
border-color: #AAF884;
}
</style>