Shades of Feijoa #A8D386
Tints of Feijoa #A8D386
RGB
CMYK
RGB Variations
Color information
#A8D386 (or 0xA8D386) is known color: Feijoa. HEX triplet: A8, D3 and 86. RGB value is (168,211,134). Sum of RGB (Red+Green+Blue) = 168+211+134=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D386 is #572C79. Grayscale: #BDBDBD. Windows color (decimal): -5713018 or 8836008. OLE color: 8836008.
HSL color Cylindrical-coordinate representation of color #A8D386: hue angle of 93.51º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8D386 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 134 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.17 |
| HSL | 93.51º | 0.47% | 0.68% | - |
| HSV(B) | 93.51º | 0.36% | 0.83% | - |
| XYZ | 43.75 | 56.63 | 31.18 | - |
| YUV | 189.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 134 | 0.20 | 0 | 0.36 | 0.17 | 93.51 | 0.47 | 0.68 |
| Hex | A8 | D3 | 86 | 14 | 0 | 24 | 11 | 5E | 2F | 44 |
| Octal | 250 | 323 | 206 | 24 | 0 | 44 | 21 | 136 | 57 | 104 |
| Binary | 10101000 | 11010011 | 10000110 | 10100 | 0 | 100100 | 10001 | 1011110 | 101111 | 1000100 |
Color Harmonies of #A8D386
Complementary color
Monochromatic Colors of #A8D386
Black with #A8D386
Text Example
Text Example
White with #A8D386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D386; }
p { color: rgb(168,211,134); }
H1.HeaderClassName
{
color: #A8D386;
}
.AnyTagClassName
{
color: #A8D386;
}
</style>
background-color css
<style>
a { background-color: #A8D386; }
a { background-color: rgb(168,211,134); }
div.DivClassName
{
background-color: #A8D386;
}
.BgClassName
{
background-color: #A8D386;
}
</style>
border-color css
<style>
span { border-color: #A8D386; }
span { border-color: rgb(168,211,134); }
td.TdClassName
{
border-color: #A8D386;
}
.TagClassName
{
border-color: #A8D386;
}
</style>