Shades of Feijoa #A6D971
Tints of Feijoa #A6D971
RGB
CMYK
RGB Variations
Color information
#A6D971 (or 0xA6D971) is known color: Feijoa. HEX triplet: A6, D9 and 71. RGB value is (166,217,113). Sum of RGB (Red+Green+Blue) = 166+217+113=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D971 is #59268E. Grayscale: #BEBEBE. Windows color (decimal): -5842575 or 7461286. OLE color: 7461286.
HSL color Cylindrical-coordinate representation of color #A6D971: hue angle of 89.42º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6D971 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 113 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.15 |
| HSL | 89.42º | 0.58% | 0.65% | - |
| HSV(B) | 89.42º | 0.48% | 0.85% | - |
| XYZ | 43.52 | 58.92 | 24.7 | - |
| YUV | 189.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 113 | 0.24 | 0 | 0.48 | 0.15 | 89.42 | 0.58 | 0.65 |
| Hex | A6 | D9 | 71 | 18 | 0 | 30 | F | 59 | 3A | 41 |
| Octal | 246 | 331 | 161 | 30 | 0 | 60 | 17 | 131 | 72 | 101 |
| Binary | 10100110 | 11011001 | 1110001 | 11000 | 0 | 110000 | 1111 | 1011001 | 111010 | 1000001 |
Color Harmonies of #A6D971
Complementary color
Monochromatic Colors of #A6D971
Black with #A6D971
Text Example
Text Example
White with #A6D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D971; }
p { color: rgb(166,217,113); }
H1.HeaderClassName
{
color: #A6D971;
}
.AnyTagClassName
{
color: #A6D971;
}
</style>
background-color css
<style>
a { background-color: #A6D971; }
a { background-color: rgb(166,217,113); }
div.DivClassName
{
background-color: #A6D971;
}
.BgClassName
{
background-color: #A6D971;
}
</style>
border-color css
<style>
span { border-color: #A6D971; }
span { border-color: rgb(166,217,113); }
td.TdClassName
{
border-color: #A6D971;
}
.TagClassName
{
border-color: #A6D971;
}
</style>