Shades of Feijoa #A6DC7D
Tints of Feijoa #A6DC7D
RGB
CMYK
RGB Variations
Color information
#A6DC7D (or 0xA6DC7D) is known color: Feijoa. HEX triplet: A6, DC and 7D. RGB value is (166,220,125). Sum of RGB (Red+Green+Blue) = 166+220+125=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC7D is #592382. Grayscale: #C1C1C1. Windows color (decimal): -5841795 or 8248486. OLE color: 8248486.
HSL color Cylindrical-coordinate representation of color #A6DC7D: hue angle of 94.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6DC7D is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 125 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.14 |
| HSL | 94.11º | 0.58% | 0.68% | - |
| HSV(B) | 94.11º | 0.43% | 0.86% | - |
| XYZ | 45.02 | 60.77 | 28.76 | - |
| YUV | 193.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 125 | 0.25 | 0 | 0.43 | 0.14 | 94.11 | 0.58 | 0.68 |
| Hex | A6 | DC | 7D | 19 | 0 | 2B | E | 5E | 3A | 44 |
| Octal | 246 | 334 | 175 | 31 | 0 | 53 | 16 | 136 | 72 | 104 |
| Binary | 10100110 | 11011100 | 1111101 | 11001 | 0 | 101011 | 1110 | 1011110 | 111010 | 1000100 |
Color Harmonies of #A6DC7D
Complementary color
Monochromatic Colors of #A6DC7D
Black with #A6DC7D
Text Example
Text Example
White with #A6DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC7D; }
p { color: rgb(166,220,125); }
H1.HeaderClassName
{
color: #A6DC7D;
}
.AnyTagClassName
{
color: #A6DC7D;
}
</style>
background-color css
<style>
a { background-color: #A6DC7D; }
a { background-color: rgb(166,220,125); }
div.DivClassName
{
background-color: #A6DC7D;
}
.BgClassName
{
background-color: #A6DC7D;
}
</style>
border-color css
<style>
span { border-color: #A6DC7D; }
span { border-color: rgb(166,220,125); }
td.TdClassName
{
border-color: #A6DC7D;
}
.TagClassName
{
border-color: #A6DC7D;
}
</style>