Shades of Feijoa #AAF676
Tints of Feijoa #AAF676
RGB
CMYK
RGB Variations
Color information
#AAF676 (or 0xAAF676) is known color: Feijoa. HEX triplet: AA, F6 and 76. RGB value is (170,246,118). Sum of RGB (Red+Green+Blue) = 170+246+118=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF676 is #550989. Grayscale: #D1D1D1. Windows color (decimal): -5573002 or 7796394. OLE color: 7796394.
HSL color Cylindrical-coordinate representation of color #AAF676: hue angle of 95.62º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAF676 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 118 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.04 |
| HSL | 95.63º | 0.88% | 0.71% | - |
| HSV(B) | 95.63º | 0.52% | 0.96% | - |
| XYZ | 52.8 | 75.77 | 28.98 | - |
| YUV | 208.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 118 | 0.31 | 0 | 0.52 | 0.04 | 95.63 | 0.88 | 0.71 |
| Hex | AA | F6 | 76 | 1F | 0 | 34 | 4 | 60 | 58 | 47 |
| Octal | 252 | 366 | 166 | 37 | 0 | 64 | 4 | 140 | 130 | 107 |
| Binary | 10101010 | 11110110 | 1110110 | 11111 | 0 | 110100 | 100 | 1100000 | 1011000 | 1000111 |
Color Harmonies of #AAF676
Complementary color
Monochromatic Colors of #AAF676
Black with #AAF676
Text Example
Text Example
White with #AAF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF676; }
p { color: rgb(170,246,118); }
H1.HeaderClassName
{
color: #AAF676;
}
.AnyTagClassName
{
color: #AAF676;
}
</style>
background-color css
<style>
a { background-color: #AAF676; }
a { background-color: rgb(170,246,118); }
div.DivClassName
{
background-color: #AAF676;
}
.BgClassName
{
background-color: #AAF676;
}
</style>
border-color css
<style>
span { border-color: #AAF676; }
span { border-color: rgb(170,246,118); }
td.TdClassName
{
border-color: #AAF676;
}
.TagClassName
{
border-color: #AAF676;
}
</style>