Shades of Feijoa #A8CB86
Tints of Feijoa #A8CB86
RGB
CMYK
RGB Variations
Color information
#A8CB86 (or 0xA8CB86) is known color: Feijoa. HEX triplet: A8, CB and 86. RGB value is (168,203,134). Sum of RGB (Red+Green+Blue) = 168+203+134=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB86 is #573479. Grayscale: #B8B8B8. Windows color (decimal): -5715066 or 8833960. OLE color: 8833960.
HSL color Cylindrical-coordinate representation of color #A8CB86: hue angle of 90.43º degrees, saturation: 0.4, 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 #A8CB86 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 134 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.20 |
| HSL | 90.43º | 0.4% | 0.66% | - |
| HSV(B) | 90.43º | 0.34% | 0.8% | - |
| XYZ | 41.81 | 52.76 | 30.53 | - |
| YUV | 184.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 134 | 0.17 | 0 | 0.34 | 0.20 | 90.43 | 0.4 | 0.66 |
| Hex | A8 | CB | 86 | 11 | 0 | 22 | 14 | 5A | 28 | 42 |
| Octal | 250 | 313 | 206 | 21 | 0 | 42 | 24 | 132 | 50 | 102 |
| Binary | 10101000 | 11001011 | 10000110 | 10001 | 0 | 100010 | 10100 | 1011010 | 101000 | 1000010 |
Color Harmonies of #A8CB86
Complementary color
Monochromatic Colors of #A8CB86
Black with #A8CB86
Text Example
Text Example
White with #A8CB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB86; }
p { color: rgb(168,203,134); }
H1.HeaderClassName
{
color: #A8CB86;
}
.AnyTagClassName
{
color: #A8CB86;
}
</style>
background-color css
<style>
a { background-color: #A8CB86; }
a { background-color: rgb(168,203,134); }
div.DivClassName
{
background-color: #A8CB86;
}
.BgClassName
{
background-color: #A8CB86;
}
</style>
border-color css
<style>
span { border-color: #A8CB86; }
span { border-color: rgb(168,203,134); }
td.TdClassName
{
border-color: #A8CB86;
}
.TagClassName
{
border-color: #A8CB86;
}
</style>