Shades of Feijoa #A6F676
Tints of Feijoa #A6F676
RGB
CMYK
RGB Variations
Color information
#A6F676 (or 0xA6F676) is known color: Feijoa. HEX triplet: A6, F6 and 76. RGB value is (166,246,118). Sum of RGB (Red+Green+Blue) = 166+246+118=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F676 is #590989. Grayscale: #CFCFCF. Windows color (decimal): -5835146 or 7796390. OLE color: 7796390.
HSL color Cylindrical-coordinate representation of color #A6F676: hue angle of 97.5º 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 #A6F676 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 118 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.04 |
| HSL | 97.5º | 0.88% | 0.71% | - |
| HSV(B) | 97.5º | 0.52% | 0.96% | - |
| XYZ | 51.95 | 75.33 | 28.94 | - |
| YUV | 207.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 118 | 0.33 | 0 | 0.52 | 0.04 | 97.5 | 0.88 | 0.71 |
| Hex | A6 | F6 | 76 | 21 | 0 | 34 | 4 | 62 | 58 | 47 |
| Octal | 246 | 366 | 166 | 41 | 0 | 64 | 4 | 142 | 130 | 107 |
| Binary | 10100110 | 11110110 | 1110110 | 100001 | 0 | 110100 | 100 | 1100010 | 1011000 | 1000111 |
Color Harmonies of #A6F676
Complementary color
Monochromatic Colors of #A6F676
Black with #A6F676
Text Example
Text Example
White with #A6F676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F676; }
p { color: rgb(166,246,118); }
H1.HeaderClassName
{
color: #A6F676;
}
.AnyTagClassName
{
color: #A6F676;
}
</style>
background-color css
<style>
a { background-color: #A6F676; }
a { background-color: rgb(166,246,118); }
div.DivClassName
{
background-color: #A6F676;
}
.BgClassName
{
background-color: #A6F676;
}
</style>
border-color css
<style>
span { border-color: #A6F676; }
span { border-color: rgb(166,246,118); }
td.TdClassName
{
border-color: #A6F676;
}
.TagClassName
{
border-color: #A6F676;
}
</style>