Shades of Feijoa #A6D982
Tints of Feijoa #A6D982
RGB
CMYK
RGB Variations
Color information
#A6D982 (or 0xA6D982) is known color: Feijoa. HEX triplet: A6, D9 and 82. RGB value is (166,217,130). Sum of RGB (Red+Green+Blue) = 166+217+130=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D982 is #59267D. Grayscale: #C0C0C0. Windows color (decimal): -5842558 or 8575398. OLE color: 8575398.
HSL color Cylindrical-coordinate representation of color #A6D982: hue angle of 95.17º 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 #A6D982 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 130 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.15 |
| HSL | 95.17º | 0.53% | 0.68% | - |
| HSV(B) | 95.17º | 0.4% | 0.85% | - |
| XYZ | 44.57 | 59.34 | 30.22 | - |
| YUV | 191.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 130 | 0.24 | 0 | 0.40 | 0.15 | 95.17 | 0.53 | 0.68 |
| Hex | A6 | D9 | 82 | 18 | 0 | 28 | F | 5F | 35 | 44 |
| Octal | 246 | 331 | 202 | 30 | 0 | 50 | 17 | 137 | 65 | 104 |
| Binary | 10100110 | 11011001 | 10000010 | 11000 | 0 | 101000 | 1111 | 1011111 | 110101 | 1000100 |
Color Harmonies of #A6D982
Complementary color
Monochromatic Colors of #A6D982
Black with #A6D982
Text Example
Text Example
White with #A6D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D982; }
p { color: rgb(166,217,130); }
H1.HeaderClassName
{
color: #A6D982;
}
.AnyTagClassName
{
color: #A6D982;
}
</style>
background-color css
<style>
a { background-color: #A6D982; }
a { background-color: rgb(166,217,130); }
div.DivClassName
{
background-color: #A6D982;
}
.BgClassName
{
background-color: #A6D982;
}
</style>
border-color css
<style>
span { border-color: #A6D982; }
span { border-color: rgb(166,217,130); }
td.TdClassName
{
border-color: #A6D982;
}
.TagClassName
{
border-color: #A6D982;
}
</style>