Shades of Feijoa #A6FA6B
Tints of Feijoa #A6FA6B
RGB
CMYK
RGB Variations
Color information
#A6FA6B (or 0xA6FA6B) is known color: Feijoa. HEX triplet: A6, FA and 6B. RGB value is (166,250,107). Sum of RGB (Red+Green+Blue) = 166+250+107=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FA6B is #590594. Grayscale: #D1D1D1. Windows color (decimal): -5834133 or 7076518. OLE color: 7076518.
HSL color Cylindrical-coordinate representation of color #A6FA6B: hue angle of 95.24º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6FA6B is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 107 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.02 |
| HSL | 95.24º | 0.93% | 0.7% | - |
| HSV(B) | 95.24º | 0.57% | 0.98% | - |
| XYZ | 52.57 | 77.54 | 26.11 | - |
| YUV | 208.58 | 70.67 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 107 | 0.34 | 0 | 0.57 | 0.02 | 95.24 | 0.93 | 0.7 |
| Hex | A6 | FA | 6B | 22 | 0 | 39 | 2 | 5F | 5D | 46 |
| Octal | 246 | 372 | 153 | 42 | 0 | 71 | 2 | 137 | 135 | 106 |
| Binary | 10100110 | 11111010 | 1101011 | 100010 | 0 | 111001 | 10 | 1011111 | 1011101 | 1000110 |
Color Harmonies of #A6FA6B
Complementary color
Monochromatic Colors of #A6FA6B
Black with #A6FA6B
Text Example
Text Example
White with #A6FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FA6B; }
p { color: rgb(166,250,107); }
H1.HeaderClassName
{
color: #A6FA6B;
}
.AnyTagClassName
{
color: #A6FA6B;
}
</style>
background-color css
<style>
a { background-color: #A6FA6B; }
a { background-color: rgb(166,250,107); }
div.DivClassName
{
background-color: #A6FA6B;
}
.BgClassName
{
background-color: #A6FA6B;
}
</style>
border-color css
<style>
span { border-color: #A6FA6B; }
span { border-color: rgb(166,250,107); }
td.TdClassName
{
border-color: #A6FA6B;
}
.TagClassName
{
border-color: #A6FA6B;
}
</style>