Shades of Feijoa #A6F76A
Tints of Feijoa #A6F76A
RGB
CMYK
RGB Variations
Color information
#A6F76A (or 0xA6F76A) is known color: Feijoa. HEX triplet: A6, F7 and 6A. RGB value is (166,247,106). Sum of RGB (Red+Green+Blue) = 166+247+106=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F76A is #590895. Grayscale: #CFCFCF. Windows color (decimal): -5834902 or 7010214. OLE color: 7010214.
HSL color Cylindrical-coordinate representation of color #A6F76A: hue angle of 94.47º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6F76A is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 106 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.03 |
| HSL | 94.47º | 0.9% | 0.69% | - |
| HSV(B) | 94.47º | 0.57% | 0.97% | - |
| XYZ | 51.59 | 75.67 | 25.52 | - |
| YUV | 206.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 106 | 0.33 | 0 | 0.57 | 0.03 | 94.47 | 0.9 | 0.69 |
| Hex | A6 | F7 | 6A | 21 | 0 | 39 | 3 | 5E | 5A | 45 |
| Octal | 246 | 367 | 152 | 41 | 0 | 71 | 3 | 136 | 132 | 105 |
| Binary | 10100110 | 11110111 | 1101010 | 100001 | 0 | 111001 | 11 | 1011110 | 1011010 | 1000101 |
Color Harmonies of #A6F76A
Complementary color
Monochromatic Colors of #A6F76A
Black with #A6F76A
Text Example
Text Example
White with #A6F76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F76A; }
p { color: rgb(166,247,106); }
H1.HeaderClassName
{
color: #A6F76A;
}
.AnyTagClassName
{
color: #A6F76A;
}
</style>
background-color css
<style>
a { background-color: #A6F76A; }
a { background-color: rgb(166,247,106); }
div.DivClassName
{
background-color: #A6F76A;
}
.BgClassName
{
background-color: #A6F76A;
}
</style>
border-color css
<style>
span { border-color: #A6F76A; }
span { border-color: rgb(166,247,106); }
td.TdClassName
{
border-color: #A6F76A;
}
.TagClassName
{
border-color: #A6F76A;
}
</style>