Shades of Feijoa #A6D973
Tints of Feijoa #A6D973
RGB
CMYK
RGB Variations
Color information
#A6D973 (or 0xA6D973) is known color: Feijoa. HEX triplet: A6, D9 and 73. RGB value is (166,217,115). Sum of RGB (Red+Green+Blue) = 166+217+115=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D973 is #59268C. Grayscale: #BEBEBE. Windows color (decimal): -5842573 or 7592358. OLE color: 7592358.
HSL color Cylindrical-coordinate representation of color #A6D973: hue angle of 90º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6D973 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 115 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.15 |
| HSL | 90º | 0.57% | 0.65% | - |
| HSV(B) | 90º | 0.47% | 0.85% | - |
| XYZ | 43.63 | 58.97 | 25.3 | - |
| YUV | 190.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 115 | 0.24 | 0 | 0.47 | 0.15 | 90 | 0.57 | 0.65 |
| Hex | A6 | D9 | 73 | 18 | 0 | 2F | F | 5A | 39 | 41 |
| Octal | 246 | 331 | 163 | 30 | 0 | 57 | 17 | 132 | 71 | 101 |
| Binary | 10100110 | 11011001 | 1110011 | 11000 | 0 | 101111 | 1111 | 1011010 | 111001 | 1000001 |
Color Harmonies of #A6D973
Complementary color
Monochromatic Colors of #A6D973
Black with #A6D973
Text Example
Text Example
White with #A6D973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D973; }
p { color: rgb(166,217,115); }
H1.HeaderClassName
{
color: #A6D973;
}
.AnyTagClassName
{
color: #A6D973;
}
</style>
background-color css
<style>
a { background-color: #A6D973; }
a { background-color: rgb(166,217,115); }
div.DivClassName
{
background-color: #A6D973;
}
.BgClassName
{
background-color: #A6D973;
}
</style>
border-color css
<style>
span { border-color: #A6D973; }
span { border-color: rgb(166,217,115); }
td.TdClassName
{
border-color: #A6D973;
}
.TagClassName
{
border-color: #A6D973;
}
</style>