Shades of Feijoa #A6FA7E
Tints of Feijoa #A6FA7E
RGB
CMYK
RGB Variations
Color information
#A6FA7E (or 0xA6FA7E) is known color: Feijoa. HEX triplet: A6, FA and 7E. RGB value is (166,250,126). Sum of RGB (Red+Green+Blue) = 166+250+126=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FA7E is #590581. Grayscale: #D3D3D3. Windows color (decimal): -5834114 or 8321702. OLE color: 8321702.
HSL color Cylindrical-coordinate representation of color #A6FA7E: hue angle of 100.65º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6FA7E is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 126 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.02 |
| HSL | 100.65º | 0.93% | 0.74% | - |
| HSV(B) | 100.65º | 0.5% | 0.98% | - |
| XYZ | 53.68 | 77.98 | 31.96 | - |
| YUV | 210.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 126 | 0.34 | 0 | 0.50 | 0.02 | 100.65 | 0.93 | 0.74 |
| Hex | A6 | FA | 7E | 22 | 0 | 32 | 2 | 65 | 5D | 4A |
| Octal | 246 | 372 | 176 | 42 | 0 | 62 | 2 | 145 | 135 | 112 |
| Binary | 10100110 | 11111010 | 1111110 | 100010 | 0 | 110010 | 10 | 1100101 | 1011101 | 1001010 |
Color Harmonies of #A6FA7E
Complementary color
Monochromatic Colors of #A6FA7E
Black with #A6FA7E
Text Example
Text Example
White with #A6FA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FA7E; }
p { color: rgb(166,250,126); }
H1.HeaderClassName
{
color: #A6FA7E;
}
.AnyTagClassName
{
color: #A6FA7E;
}
</style>
background-color css
<style>
a { background-color: #A6FA7E; }
a { background-color: rgb(166,250,126); }
div.DivClassName
{
background-color: #A6FA7E;
}
.BgClassName
{
background-color: #A6FA7E;
}
</style>
border-color css
<style>
span { border-color: #A6FA7E; }
span { border-color: rgb(166,250,126); }
td.TdClassName
{
border-color: #A6FA7E;
}
.TagClassName
{
border-color: #A6FA7E;
}
</style>