Shades of Feijoa #A6FB7A
Tints of Feijoa #A6FB7A
RGB
CMYK
RGB Variations
Color information
#A6FB7A (or 0xA6FB7A) is known color: Feijoa. HEX triplet: A6, FB and 7A. RGB value is (166,251,122). Sum of RGB (Red+Green+Blue) = 166+251+122=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FB7A is #590485. Grayscale: #D3D3D3. Windows color (decimal): -5833862 or 8059814. OLE color: 8059814.
HSL color Cylindrical-coordinate representation of color #A6FB7A: hue angle of 99.53º degrees, saturation: 0.94, 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 #A6FB7A is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 122 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.02 |
| HSL | 99.53º | 0.94% | 0.73% | - |
| HSV(B) | 99.53º | 0.51% | 0.98% | - |
| XYZ | 53.74 | 78.51 | 30.73 | - |
| YUV | 210.88 | 77.84 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 122 | 0.34 | 0 | 0.51 | 0.02 | 99.53 | 0.94 | 0.73 |
| Hex | A6 | FB | 7A | 22 | 0 | 33 | 2 | 64 | 5E | 49 |
| Octal | 246 | 373 | 172 | 42 | 0 | 63 | 2 | 144 | 136 | 111 |
| Binary | 10100110 | 11111011 | 1111010 | 100010 | 0 | 110011 | 10 | 1100100 | 1011110 | 1001001 |
Color Harmonies of #A6FB7A
Complementary color
Monochromatic Colors of #A6FB7A
Black with #A6FB7A
Text Example
Text Example
White with #A6FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FB7A; }
p { color: rgb(166,251,122); }
H1.HeaderClassName
{
color: #A6FB7A;
}
.AnyTagClassName
{
color: #A6FB7A;
}
</style>
background-color css
<style>
a { background-color: #A6FB7A; }
a { background-color: rgb(166,251,122); }
div.DivClassName
{
background-color: #A6FB7A;
}
.BgClassName
{
background-color: #A6FB7A;
}
</style>
border-color css
<style>
span { border-color: #A6FB7A; }
span { border-color: rgb(166,251,122); }
td.TdClassName
{
border-color: #A6FB7A;
}
.TagClassName
{
border-color: #A6FB7A;
}
</style>