Shades of Feijoa #A6DF8C
Tints of Feijoa #A6DF8C
RGB
CMYK
RGB Variations
Color information
#A6DF8C (or 0xA6DF8C) is known color: Feijoa. HEX triplet: A6, DF and 8C. RGB value is (166,223,140). Sum of RGB (Red+Green+Blue) = 166+223+140=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DF8C is #592073. Grayscale: #C4C4C4. Windows color (decimal): -5841012 or 9232294. OLE color: 9232294.
HSL color Cylindrical-coordinate representation of color #A6DF8C: hue angle of 101.2º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6DF8C is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 140 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.13 |
| HSL | 101.2º | 0.56% | 0.71% | - |
| HSV(B) | 101.2º | 0.37% | 0.87% | - |
| XYZ | 46.85 | 62.78 | 34.46 | - |
| YUV | 196.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 140 | 0.26 | 0 | 0.37 | 0.13 | 101.2 | 0.56 | 0.71 |
| Hex | A6 | DF | 8C | 1A | 0 | 25 | D | 65 | 38 | 47 |
| Octal | 246 | 337 | 214 | 32 | 0 | 45 | 15 | 145 | 70 | 107 |
| Binary | 10100110 | 11011111 | 10001100 | 11010 | 0 | 100101 | 1101 | 1100101 | 111000 | 1000111 |
Color Harmonies of #A6DF8C
Complementary color
Monochromatic Colors of #A6DF8C
Black with #A6DF8C
Text Example
Text Example
White with #A6DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF8C; }
p { color: rgb(166,223,140); }
H1.HeaderClassName
{
color: #A6DF8C;
}
.AnyTagClassName
{
color: #A6DF8C;
}
</style>
background-color css
<style>
a { background-color: #A6DF8C; }
a { background-color: rgb(166,223,140); }
div.DivClassName
{
background-color: #A6DF8C;
}
.BgClassName
{
background-color: #A6DF8C;
}
</style>
border-color css
<style>
span { border-color: #A6DF8C; }
span { border-color: rgb(166,223,140); }
td.TdClassName
{
border-color: #A6DF8C;
}
.TagClassName
{
border-color: #A6DF8C;
}
</style>