Shades of Feijoa #A6FA7A
Tints of Feijoa #A6FA7A
RGB
CMYK
RGB Variations
Color information
#A6FA7A (or 0xA6FA7A) is known color: Feijoa. HEX triplet: A6, FA and 7A. RGB value is (166,250,122). Sum of RGB (Red+Green+Blue) = 166+250+122=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FA7A is #590585. Grayscale: #D2D2D2. Windows color (decimal): -5834118 or 8059558. OLE color: 8059558.
HSL color Cylindrical-coordinate representation of color #A6FA7A: hue angle of 99.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6FA7A is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 122 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.02 |
| HSL | 99.38º | 0.93% | 0.73% | - |
| HSV(B) | 99.38º | 0.51% | 0.98% | - |
| XYZ | 53.42 | 77.88 | 30.63 | - |
| YUV | 210.29 | 78.17 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 122 | 0.34 | 0 | 0.51 | 0.02 | 99.38 | 0.93 | 0.73 |
| Hex | A6 | FA | 7A | 22 | 0 | 33 | 2 | 63 | 5D | 49 |
| Octal | 246 | 372 | 172 | 42 | 0 | 63 | 2 | 143 | 135 | 111 |
| Binary | 10100110 | 11111010 | 1111010 | 100010 | 0 | 110011 | 10 | 1100011 | 1011101 | 1001001 |
Color Harmonies of #A6FA7A
Complementary color
Monochromatic Colors of #A6FA7A
Black with #A6FA7A
Text Example
Text Example
White with #A6FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FA7A; }
p { color: rgb(166,250,122); }
H1.HeaderClassName
{
color: #A6FA7A;
}
.AnyTagClassName
{
color: #A6FA7A;
}
</style>
background-color css
<style>
a { background-color: #A6FA7A; }
a { background-color: rgb(166,250,122); }
div.DivClassName
{
background-color: #A6FA7A;
}
.BgClassName
{
background-color: #A6FA7A;
}
</style>
border-color css
<style>
span { border-color: #A6FA7A; }
span { border-color: rgb(166,250,122); }
td.TdClassName
{
border-color: #A6FA7A;
}
.TagClassName
{
border-color: #A6FA7A;
}
</style>