Shades of Feijoa #A6D285
Tints of Feijoa #A6D285
RGB
CMYK
RGB Variations
Color information
#A6D285 (or 0xA6D285) is known color: Feijoa. HEX triplet: A6, D2 and 85. RGB value is (166,210,133). Sum of RGB (Red+Green+Blue) = 166+210+133=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D285 is #592D7A. Grayscale: #BCBCBC. Windows color (decimal): -5844347 or 8770214. OLE color: 8770214.
HSL color Cylindrical-coordinate representation of color #A6D285: hue angle of 94.29º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6D285 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 133 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.18 |
| HSL | 94.29º | 0.46% | 0.67% | - |
| HSV(B) | 94.29º | 0.37% | 0.82% | - |
| XYZ | 43.01 | 55.89 | 30.71 | - |
| YUV | 188.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 133 | 0.21 | 0 | 0.37 | 0.18 | 94.29 | 0.46 | 0.67 |
| Hex | A6 | D2 | 85 | 15 | 0 | 25 | 12 | 5E | 2E | 43 |
| Octal | 246 | 322 | 205 | 25 | 0 | 45 | 22 | 136 | 56 | 103 |
| Binary | 10100110 | 11010010 | 10000101 | 10101 | 0 | 100101 | 10010 | 1011110 | 101110 | 1000011 |
Color Harmonies of #A6D285
Complementary color
Monochromatic Colors of #A6D285
Black with #A6D285
Text Example
Text Example
White with #A6D285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D285; }
p { color: rgb(166,210,133); }
H1.HeaderClassName
{
color: #A6D285;
}
.AnyTagClassName
{
color: #A6D285;
}
</style>
background-color css
<style>
a { background-color: #A6D285; }
a { background-color: rgb(166,210,133); }
div.DivClassName
{
background-color: #A6D285;
}
.BgClassName
{
background-color: #A6D285;
}
</style>
border-color css
<style>
span { border-color: #A6D285; }
span { border-color: rgb(166,210,133); }
td.TdClassName
{
border-color: #A6D285;
}
.TagClassName
{
border-color: #A6D285;
}
</style>