Shades of Feijoa #A6D485
Tints of Feijoa #A6D485
RGB
CMYK
RGB Variations
Color information
#A6D485 (or 0xA6D485) is known color: Feijoa. HEX triplet: A6, D4 and 85. RGB value is (166,212,133). Sum of RGB (Red+Green+Blue) = 166+212+133=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D485 is #592B7A. Grayscale: #BDBDBD. Windows color (decimal): -5843835 or 8770726. OLE color: 8770726.
HSL color Cylindrical-coordinate representation of color #A6D485: hue angle of 94.94º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6D485 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 133 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.17 |
| HSL | 94.94º | 0.48% | 0.68% | - |
| HSV(B) | 94.94º | 0.37% | 0.83% | - |
| XYZ | 43.5 | 56.89 | 30.88 | - |
| YUV | 189.24 | 96.26 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 133 | 0.22 | 0 | 0.37 | 0.17 | 94.94 | 0.48 | 0.68 |
| Hex | A6 | D4 | 85 | 16 | 0 | 25 | 11 | 5F | 30 | 44 |
| Octal | 246 | 324 | 205 | 26 | 0 | 45 | 21 | 137 | 60 | 104 |
| Binary | 10100110 | 11010100 | 10000101 | 10110 | 0 | 100101 | 10001 | 1011111 | 110000 | 1000100 |
Color Harmonies of #A6D485
Complementary color
Monochromatic Colors of #A6D485
Black with #A6D485
Text Example
Text Example
White with #A6D485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D485; }
p { color: rgb(166,212,133); }
H1.HeaderClassName
{
color: #A6D485;
}
.AnyTagClassName
{
color: #A6D485;
}
</style>
background-color css
<style>
a { background-color: #A6D485; }
a { background-color: rgb(166,212,133); }
div.DivClassName
{
background-color: #A6D485;
}
.BgClassName
{
background-color: #A6D485;
}
</style>
border-color css
<style>
span { border-color: #A6D485; }
span { border-color: rgb(166,212,133); }
td.TdClassName
{
border-color: #A6D485;
}
.TagClassName
{
border-color: #A6D485;
}
</style>