Shades of Feijoa #A6FA73
Tints of Feijoa #A6FA73
RGB
CMYK
RGB Variations
Color information
#A6FA73 (or 0xA6FA73) is known color: Feijoa. HEX triplet: A6, FA and 73. RGB value is (166,250,115). Sum of RGB (Red+Green+Blue) = 166+250+115=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FA73 is #59058C. Grayscale: #D1D1D1. Windows color (decimal): -5834125 or 7600806. OLE color: 7600806.
HSL color Cylindrical-coordinate representation of color #A6FA73: hue angle of 97.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6FA73 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 115 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.02 |
| HSL | 97.33º | 0.93% | 0.72% | - |
| HSV(B) | 97.33º | 0.54% | 0.98% | - |
| XYZ | 53.01 | 77.72 | 28.43 | - |
| YUV | 209.49 | 74.67 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 115 | 0.34 | 0 | 0.54 | 0.02 | 97.33 | 0.93 | 0.72 |
| Hex | A6 | FA | 73 | 22 | 0 | 36 | 2 | 61 | 5D | 48 |
| Octal | 246 | 372 | 163 | 42 | 0 | 66 | 2 | 141 | 135 | 110 |
| Binary | 10100110 | 11111010 | 1110011 | 100010 | 0 | 110110 | 10 | 1100001 | 1011101 | 1001000 |
Color Harmonies of #A6FA73
Complementary color
Monochromatic Colors of #A6FA73
Black with #A6FA73
Text Example
Text Example
White with #A6FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FA73; }
p { color: rgb(166,250,115); }
H1.HeaderClassName
{
color: #A6FA73;
}
.AnyTagClassName
{
color: #A6FA73;
}
</style>
background-color css
<style>
a { background-color: #A6FA73; }
a { background-color: rgb(166,250,115); }
div.DivClassName
{
background-color: #A6FA73;
}
.BgClassName
{
background-color: #A6FA73;
}
</style>
border-color css
<style>
span { border-color: #A6FA73; }
span { border-color: rgb(166,250,115); }
td.TdClassName
{
border-color: #A6FA73;
}
.TagClassName
{
border-color: #A6FA73;
}
</style>