Shades of Feijoa #A6DF6C
Tints of Feijoa #A6DF6C
RGB
CMYK
RGB Variations
Color information
#A6DF6C (or 0xA6DF6C) is known color: Feijoa. HEX triplet: A6, DF and 6C. RGB value is (166,223,108). Sum of RGB (Red+Green+Blue) = 166+223+108=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF6C is #592093. Grayscale: #C1C1C1. Windows color (decimal): -5841044 or 7135142. OLE color: 7135142.
HSL color Cylindrical-coordinate representation of color #A6DF6C: hue angle of 89.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6DF6C is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 108 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.13 |
| HSL | 89.74º | 0.64% | 0.65% | - |
| HSV(B) | 89.74º | 0.52% | 0.87% | - |
| XYZ | 44.82 | 61.97 | 23.79 | - |
| YUV | 192.85 | 80.12 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 108 | 0.26 | 0 | 0.52 | 0.13 | 89.74 | 0.64 | 0.65 |
| Hex | A6 | DF | 6C | 1A | 0 | 34 | D | 5A | 40 | 41 |
| Octal | 246 | 337 | 154 | 32 | 0 | 64 | 15 | 132 | 100 | 101 |
| Binary | 10100110 | 11011111 | 1101100 | 11010 | 0 | 110100 | 1101 | 1011010 | 1000000 | 1000001 |
Color Harmonies of #A6DF6C
Complementary color
Monochromatic Colors of #A6DF6C
Black with #A6DF6C
Text Example
Text Example
White with #A6DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF6C; }
p { color: rgb(166,223,108); }
H1.HeaderClassName
{
color: #A6DF6C;
}
.AnyTagClassName
{
color: #A6DF6C;
}
</style>
background-color css
<style>
a { background-color: #A6DF6C; }
a { background-color: rgb(166,223,108); }
div.DivClassName
{
background-color: #A6DF6C;
}
.BgClassName
{
background-color: #A6DF6C;
}
</style>
border-color css
<style>
span { border-color: #A6DF6C; }
span { border-color: rgb(166,223,108); }
td.TdClassName
{
border-color: #A6DF6C;
}
.TagClassName
{
border-color: #A6DF6C;
}
</style>