Shades of Feijoa #A6D373
Tints of Feijoa #A6D373
RGB
CMYK
RGB Variations
Color information
#A6D373 (or 0xA6D373) is known color: Feijoa. HEX triplet: A6, D3 and 73. RGB value is (166,211,115). Sum of RGB (Red+Green+Blue) = 166+211+115=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D373 is #592C8C. Grayscale: #BABABA. Windows color (decimal): -5844109 or 7590822. OLE color: 7590822.
HSL color Cylindrical-coordinate representation of color #A6D373: hue angle of 88.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6D373 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 115 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.17 |
| HSL | 88.13º | 0.52% | 0.64% | - |
| HSV(B) | 88.13º | 0.45% | 0.83% | - |
| XYZ | 42.11 | 55.93 | 24.8 | - |
| YUV | 186.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 115 | 0.21 | 0 | 0.45 | 0.17 | 88.13 | 0.52 | 0.64 |
| Hex | A6 | D3 | 73 | 15 | 0 | 2D | 11 | 58 | 34 | 40 |
| Octal | 246 | 323 | 163 | 25 | 0 | 55 | 21 | 130 | 64 | 100 |
| Binary | 10100110 | 11010011 | 1110011 | 10101 | 0 | 101101 | 10001 | 1011000 | 110100 | 1000000 |
Color Harmonies of #A6D373
Complementary color
Monochromatic Colors of #A6D373
Black with #A6D373
Text Example
Text Example
White with #A6D373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D373; }
p { color: rgb(166,211,115); }
H1.HeaderClassName
{
color: #A6D373;
}
.AnyTagClassName
{
color: #A6D373;
}
</style>
background-color css
<style>
a { background-color: #A6D373; }
a { background-color: rgb(166,211,115); }
div.DivClassName
{
background-color: #A6D373;
}
.BgClassName
{
background-color: #A6D373;
}
</style>
border-color css
<style>
span { border-color: #A6D373; }
span { border-color: rgb(166,211,115); }
td.TdClassName
{
border-color: #A6D373;
}
.TagClassName
{
border-color: #A6D373;
}
</style>