Shades of Feijoa #A6F77B
Tints of Feijoa #A6F77B
RGB
CMYK
RGB Variations
Color information
#A6F77B (or 0xA6F77B) is known color: Feijoa. HEX triplet: A6, F7 and 7B. RGB value is (166,247,123). Sum of RGB (Red+Green+Blue) = 166+247+123=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F77B is #590884. Grayscale: #D1D1D1. Windows color (decimal): -5834885 or 8124326. OLE color: 8124326.
HSL color Cylindrical-coordinate representation of color #A6F77B: hue angle of 99.19º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6F77B is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 123 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.03 |
| HSL | 99.19º | 0.89% | 0.73% | - |
| HSV(B) | 99.19º | 0.5% | 0.97% | - |
| XYZ | 52.56 | 76.06 | 30.65 | - |
| YUV | 208.65 | 79.66 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 123 | 0.33 | 0 | 0.50 | 0.03 | 99.19 | 0.89 | 0.73 |
| Hex | A6 | F7 | 7B | 21 | 0 | 32 | 3 | 63 | 59 | 49 |
| Octal | 246 | 367 | 173 | 41 | 0 | 62 | 3 | 143 | 131 | 111 |
| Binary | 10100110 | 11110111 | 1111011 | 100001 | 0 | 110010 | 11 | 1100011 | 1011001 | 1001001 |
Color Harmonies of #A6F77B
Complementary color
Monochromatic Colors of #A6F77B
Black with #A6F77B
Text Example
Text Example
White with #A6F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F77B; }
p { color: rgb(166,247,123); }
H1.HeaderClassName
{
color: #A6F77B;
}
.AnyTagClassName
{
color: #A6F77B;
}
</style>
background-color css
<style>
a { background-color: #A6F77B; }
a { background-color: rgb(166,247,123); }
div.DivClassName
{
background-color: #A6F77B;
}
.BgClassName
{
background-color: #A6F77B;
}
</style>
border-color css
<style>
span { border-color: #A6F77B; }
span { border-color: rgb(166,247,123); }
td.TdClassName
{
border-color: #A6F77B;
}
.TagClassName
{
border-color: #A6F77B;
}
</style>