Shades of Feijoa #A6D983
Tints of Feijoa #A6D983
RGB
CMYK
RGB Variations
Color information
#A6D983 (or 0xA6D983) is known color: Feijoa. HEX triplet: A6, D9 and 83. RGB value is (166,217,131). Sum of RGB (Red+Green+Blue) = 166+217+131=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D983 is #59267C. Grayscale: #C0C0C0. Windows color (decimal): -5842557 or 8640934. OLE color: 8640934.
HSL color Cylindrical-coordinate representation of color #A6D983: hue angle of 95.58º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6D983 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 131 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.15 |
| HSL | 95.58º | 0.53% | 0.68% | - |
| HSV(B) | 95.58º | 0.4% | 0.85% | - |
| XYZ | 44.64 | 59.37 | 30.58 | - |
| YUV | 191.95 | 93.6 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 131 | 0.24 | 0 | 0.40 | 0.15 | 95.58 | 0.53 | 0.68 |
| Hex | A6 | D9 | 83 | 18 | 0 | 28 | F | 60 | 35 | 44 |
| Octal | 246 | 331 | 203 | 30 | 0 | 50 | 17 | 140 | 65 | 104 |
| Binary | 10100110 | 11011001 | 10000011 | 11000 | 0 | 101000 | 1111 | 1100000 | 110101 | 1000100 |
Color Harmonies of #A6D983
Complementary color
Monochromatic Colors of #A6D983
Black with #A6D983
Text Example
Text Example
White with #A6D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D983; }
p { color: rgb(166,217,131); }
H1.HeaderClassName
{
color: #A6D983;
}
.AnyTagClassName
{
color: #A6D983;
}
</style>
background-color css
<style>
a { background-color: #A6D983; }
a { background-color: rgb(166,217,131); }
div.DivClassName
{
background-color: #A6D983;
}
.BgClassName
{
background-color: #A6D983;
}
</style>
border-color css
<style>
span { border-color: #A6D983; }
span { border-color: rgb(166,217,131); }
td.TdClassName
{
border-color: #A6D983;
}
.TagClassName
{
border-color: #A6D983;
}
</style>