Shades of Feijoa #AAF684
Tints of Feijoa #AAF684
RGB
CMYK
RGB Variations
Color information
#AAF684 (or 0xAAF684) is known color: Feijoa. HEX triplet: AA, F6 and 84. RGB value is (170,246,132). Sum of RGB (Red+Green+Blue) = 170+246+132=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF684 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF684 is #55097B. Grayscale: #D2D2D2. Windows color (decimal): -5572988 or 8713898. OLE color: 8713898.
HSL color Cylindrical-coordinate representation of color #AAF684: hue angle of 100º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF684 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 132 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.04 |
| HSL | 100º | 0.86% | 0.74% | - |
| HSV(B) | 100º | 0.46% | 0.96% | - |
| XYZ | 53.7 | 76.12 | 33.69 | - |
| YUV | 210.28 | 83.82 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 132 | 0.31 | 0 | 0.46 | 0.04 | 100 | 0.86 | 0.74 |
| Hex | AA | F6 | 84 | 1F | 0 | 2E | 4 | 64 | 56 | 4A |
| Octal | 252 | 366 | 204 | 37 | 0 | 56 | 4 | 144 | 126 | 112 |
| Binary | 10101010 | 11110110 | 10000100 | 11111 | 0 | 101110 | 100 | 1100100 | 1010110 | 1001010 |
Color Harmonies of #AAF684
Complementary color
Monochromatic Colors of #AAF684
Black with #AAF684
Text Example
Text Example
White with #AAF684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF684; }
p { color: rgb(170,246,132); }
H1.HeaderClassName
{
color: #AAF684;
}
.AnyTagClassName
{
color: #AAF684;
}
</style>
background-color css
<style>
a { background-color: #AAF684; }
a { background-color: rgb(170,246,132); }
div.DivClassName
{
background-color: #AAF684;
}
.BgClassName
{
background-color: #AAF684;
}
</style>
border-color css
<style>
span { border-color: #AAF684; }
span { border-color: rgb(170,246,132); }
td.TdClassName
{
border-color: #AAF684;
}
.TagClassName
{
border-color: #AAF684;
}
</style>