Shades of Feijoa #A6DC8D
Tints of Feijoa #A6DC8D
RGB
CMYK
RGB Variations
Color information
#A6DC8D (or 0xA6DC8D) is known color: Feijoa. HEX triplet: A6, DC and 8D. RGB value is (166,220,141). Sum of RGB (Red+Green+Blue) = 166+220+141=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DC8D is #592372. Grayscale: #C3C3C3. Windows color (decimal): -5841779 or 9297062. OLE color: 9297062.
HSL color Cylindrical-coordinate representation of color #A6DC8D: hue angle of 101.01º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6DC8D is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 141 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.14 |
| HSL | 101.01º | 0.53% | 0.71% | - |
| HSV(B) | 101.01º | 0.36% | 0.86% | - |
| XYZ | 46.13 | 61.22 | 34.58 | - |
| YUV | 194.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 141 | 0.25 | 0 | 0.36 | 0.14 | 101.01 | 0.53 | 0.71 |
| Hex | A6 | DC | 8D | 19 | 0 | 24 | E | 65 | 35 | 47 |
| Octal | 246 | 334 | 215 | 31 | 0 | 44 | 16 | 145 | 65 | 107 |
| Binary | 10100110 | 11011100 | 10001101 | 11001 | 0 | 100100 | 1110 | 1100101 | 110101 | 1000111 |
Color Harmonies of #A6DC8D
Complementary color
Monochromatic Colors of #A6DC8D
Black with #A6DC8D
Text Example
Text Example
White with #A6DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC8D; }
p { color: rgb(166,220,141); }
H1.HeaderClassName
{
color: #A6DC8D;
}
.AnyTagClassName
{
color: #A6DC8D;
}
</style>
background-color css
<style>
a { background-color: #A6DC8D; }
a { background-color: rgb(166,220,141); }
div.DivClassName
{
background-color: #A6DC8D;
}
.BgClassName
{
background-color: #A6DC8D;
}
</style>
border-color css
<style>
span { border-color: #A6DC8D; }
span { border-color: rgb(166,220,141); }
td.TdClassName
{
border-color: #A6DC8D;
}
.TagClassName
{
border-color: #A6DC8D;
}
</style>