Shades of Feijoa #A8CC86
Tints of Feijoa #A8CC86
RGB
CMYK
RGB Variations
Color information
#A8CC86 (or 0xA8CC86) is known color: Feijoa. HEX triplet: A8, CC and 86. RGB value is (168,204,134). Sum of RGB (Red+Green+Blue) = 168+204+134=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC86 is #573379. Grayscale: #B9B9B9. Windows color (decimal): -5714810 or 8834216. OLE color: 8834216.
HSL color Cylindrical-coordinate representation of color #A8CC86: hue angle of 90.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CC86 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 134 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.2 |
| HSL | 90.86º | 0.41% | 0.66% | - |
| HSV(B) | 90.86º | 0.34% | 0.8% | - |
| XYZ | 42.04 | 53.23 | 30.61 | - |
| YUV | 185.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 134 | 0.18 | 0 | 0.34 | 0.2 | 90.86 | 0.41 | 0.66 |
| Hex | A8 | CC | 86 | 12 | 0 | 22 | 14 | 5B | 29 | 42 |
| Octal | 250 | 314 | 206 | 22 | 0 | 42 | 24 | 133 | 51 | 102 |
| Binary | 10101000 | 11001100 | 10000110 | 10010 | 0 | 100010 | 10100 | 1011011 | 101001 | 1000010 |
Color Harmonies of #A8CC86
Complementary color
Monochromatic Colors of #A8CC86
Black with #A8CC86
Text Example
Text Example
White with #A8CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC86; }
p { color: rgb(168,204,134); }
H1.HeaderClassName
{
color: #A8CC86;
}
.AnyTagClassName
{
color: #A8CC86;
}
</style>
background-color css
<style>
a { background-color: #A8CC86; }
a { background-color: rgb(168,204,134); }
div.DivClassName
{
background-color: #A8CC86;
}
.BgClassName
{
background-color: #A8CC86;
}
</style>
border-color css
<style>
span { border-color: #A8CC86; }
span { border-color: rgb(168,204,134); }
td.TdClassName
{
border-color: #A8CC86;
}
.TagClassName
{
border-color: #A8CC86;
}
</style>