Shades of Feijoa #A6D98D
Tints of Feijoa #A6D98D
RGB
CMYK
RGB Variations
Color information
#A6D98D (or 0xA6D98D) is known color: Feijoa. HEX triplet: A6, D9 and 8D. RGB value is (166,217,141). Sum of RGB (Red+Green+Blue) = 166+217+141=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D98D is #592672. Grayscale: #C1C1C1. Windows color (decimal): -5842547 or 9296294. OLE color: 9296294.
HSL color Cylindrical-coordinate representation of color #A6D98D: hue angle of 100.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6D98D is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 141 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.15 |
| HSL | 100.26º | 0.5% | 0.7% | - |
| HSV(B) | 100.26º | 0.35% | 0.85% | - |
| XYZ | 45.35 | 59.66 | 34.32 | - |
| YUV | 193.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 141 | 0.24 | 0 | 0.35 | 0.15 | 100.26 | 0.5 | 0.7 |
| Hex | A6 | D9 | 8D | 18 | 0 | 23 | F | 64 | 32 | 46 |
| Octal | 246 | 331 | 215 | 30 | 0 | 43 | 17 | 144 | 62 | 106 |
| Binary | 10100110 | 11011001 | 10001101 | 11000 | 0 | 100011 | 1111 | 1100100 | 110010 | 1000110 |
Color Harmonies of #A6D98D
Complementary color
Monochromatic Colors of #A6D98D
Black with #A6D98D
Text Example
Text Example
White with #A6D98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D98D; }
p { color: rgb(166,217,141); }
H1.HeaderClassName
{
color: #A6D98D;
}
.AnyTagClassName
{
color: #A6D98D;
}
</style>
background-color css
<style>
a { background-color: #A6D98D; }
a { background-color: rgb(166,217,141); }
div.DivClassName
{
background-color: #A6D98D;
}
.BgClassName
{
background-color: #A6D98D;
}
</style>
border-color css
<style>
span { border-color: #A6D98D; }
span { border-color: rgb(166,217,141); }
td.TdClassName
{
border-color: #A6D98D;
}
.TagClassName
{
border-color: #A6D98D;
}
</style>