Shades of Feijoa #A6DC70
Tints of Feijoa #A6DC70
RGB
CMYK
RGB Variations
Color information
#A6DC70 (or 0xA6DC70) is known color: Feijoa. HEX triplet: A6, DC and 70. RGB value is (166,220,112). Sum of RGB (Red+Green+Blue) = 166+220+112=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC70 is #59238F. Grayscale: #BFBFBF. Windows color (decimal): -5841808 or 7396518. OLE color: 7396518.
HSL color Cylindrical-coordinate representation of color #A6DC70: hue angle of 90º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6DC70 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 112 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.14 |
| HSL | 90º | 0.61% | 0.65% | - |
| HSV(B) | 90º | 0.49% | 0.86% | - |
| XYZ | 44.24 | 60.46 | 24.67 | - |
| YUV | 191.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 112 | 0.25 | 0 | 0.49 | 0.14 | 90 | 0.61 | 0.65 |
| Hex | A6 | DC | 70 | 19 | 0 | 31 | E | 5A | 3D | 41 |
| Octal | 246 | 334 | 160 | 31 | 0 | 61 | 16 | 132 | 75 | 101 |
| Binary | 10100110 | 11011100 | 1110000 | 11001 | 0 | 110001 | 1110 | 1011010 | 111101 | 1000001 |
Color Harmonies of #A6DC70
Complementary color
Monochromatic Colors of #A6DC70
Black with #A6DC70
Text Example
Text Example
White with #A6DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC70; }
p { color: rgb(166,220,112); }
H1.HeaderClassName
{
color: #A6DC70;
}
.AnyTagClassName
{
color: #A6DC70;
}
</style>
background-color css
<style>
a { background-color: #A6DC70; }
a { background-color: rgb(166,220,112); }
div.DivClassName
{
background-color: #A6DC70;
}
.BgClassName
{
background-color: #A6DC70;
}
</style>
border-color css
<style>
span { border-color: #A6DC70; }
span { border-color: rgb(166,220,112); }
td.TdClassName
{
border-color: #A6DC70;
}
.TagClassName
{
border-color: #A6DC70;
}
</style>