Shades of Feijoa #AAF984
Tints of Feijoa #AAF984
RGB
CMYK
RGB Variations
Color information
#AAF984 (or 0xAAF984) is known color: Feijoa. HEX triplet: AA, F9 and 84. RGB value is (170,249,132). Sum of RGB (Red+Green+Blue) = 170+249+132=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF984 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF984 is #55067B. Grayscale: #D4D4D4. Windows color (decimal): -5572220 or 8714666. OLE color: 8714666.
HSL color Cylindrical-coordinate representation of color #AAF984: hue angle of 100.51º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAF984 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 132 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.02 |
| HSL | 100.51º | 0.91% | 0.75% | - |
| HSV(B) | 100.51º | 0.47% | 0.98% | - |
| XYZ | 54.62 | 77.96 | 34 | - |
| YUV | 212.04 | 82.83 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 132 | 0.32 | 0 | 0.47 | 0.02 | 100.51 | 0.91 | 0.75 |
| Hex | AA | F9 | 84 | 20 | 0 | 2F | 2 | 65 | 5B | 4B |
| Octal | 252 | 371 | 204 | 40 | 0 | 57 | 2 | 145 | 133 | 113 |
| Binary | 10101010 | 11111001 | 10000100 | 100000 | 0 | 101111 | 10 | 1100101 | 1011011 | 1001011 |
Color Harmonies of #AAF984
Complementary color
Monochromatic Colors of #AAF984
Black with #AAF984
Text Example
Text Example
White with #AAF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF984; }
p { color: rgb(170,249,132); }
H1.HeaderClassName
{
color: #AAF984;
}
.AnyTagClassName
{
color: #AAF984;
}
</style>
background-color css
<style>
a { background-color: #AAF984; }
a { background-color: rgb(170,249,132); }
div.DivClassName
{
background-color: #AAF984;
}
.BgClassName
{
background-color: #AAF984;
}
</style>
border-color css
<style>
span { border-color: #AAF984; }
span { border-color: rgb(170,249,132); }
td.TdClassName
{
border-color: #AAF984;
}
.TagClassName
{
border-color: #AAF984;
}
</style>