Shades of Feijoa #A6D47B
Tints of Feijoa #A6D47B
RGB
CMYK
RGB Variations
Color information
#A6D47B (or 0xA6D47B) is known color: Feijoa. HEX triplet: A6, D4 and 7B. RGB value is (166,212,123). Sum of RGB (Red+Green+Blue) = 166+212+123=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D47B is #592B84. Grayscale: #BCBCBC. Windows color (decimal): -5843845 or 8115366. OLE color: 8115366.
HSL color Cylindrical-coordinate representation of color #A6D47B: hue angle of 91.01º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6D47B is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 123 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.17 |
| HSL | 91.01º | 0.51% | 0.66% | - |
| HSV(B) | 91.01º | 0.42% | 0.83% | - |
| XYZ | 42.84 | 56.62 | 27.41 | - |
| YUV | 188.1 | 91.26 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 123 | 0.22 | 0 | 0.42 | 0.17 | 91.01 | 0.51 | 0.66 |
| Hex | A6 | D4 | 7B | 16 | 0 | 2A | 11 | 5B | 33 | 42 |
| Octal | 246 | 324 | 173 | 26 | 0 | 52 | 21 | 133 | 63 | 102 |
| Binary | 10100110 | 11010100 | 1111011 | 10110 | 0 | 101010 | 10001 | 1011011 | 110011 | 1000010 |
Color Harmonies of #A6D47B
Complementary color
Monochromatic Colors of #A6D47B
Black with #A6D47B
Text Example
Text Example
White with #A6D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D47B; }
p { color: rgb(166,212,123); }
H1.HeaderClassName
{
color: #A6D47B;
}
.AnyTagClassName
{
color: #A6D47B;
}
</style>
background-color css
<style>
a { background-color: #A6D47B; }
a { background-color: rgb(166,212,123); }
div.DivClassName
{
background-color: #A6D47B;
}
.BgClassName
{
background-color: #A6D47B;
}
</style>
border-color css
<style>
span { border-color: #A6D47B; }
span { border-color: rgb(166,212,123); }
td.TdClassName
{
border-color: #A6D47B;
}
.TagClassName
{
border-color: #A6D47B;
}
</style>