Shades of Feijoa #A8D684
Tints of Feijoa #A8D684
RGB
CMYK
RGB Variations
Color information
#A8D684 (or 0xA8D684) is known color: Feijoa. HEX triplet: A8, D6 and 84. RGB value is (168,214,132). Sum of RGB (Red+Green+Blue) = 168+214+132=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D684 is #57297B. Grayscale: #BFBFBF. Windows color (decimal): -5712252 or 8705704. OLE color: 8705704.
HSL color Cylindrical-coordinate representation of color #A8D684: hue angle of 93.66º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8D684 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 132 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.16 |
| HSL | 93.66º | 0.5% | 0.68% | - |
| HSV(B) | 93.66º | 0.38% | 0.84% | - |
| XYZ | 44.36 | 58.08 | 30.7 | - |
| YUV | 190.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 132 | 0.21 | 0 | 0.38 | 0.16 | 93.66 | 0.5 | 0.68 |
| Hex | A8 | D6 | 84 | 15 | 0 | 26 | 10 | 5E | 32 | 44 |
| Octal | 250 | 326 | 204 | 25 | 0 | 46 | 20 | 136 | 62 | 104 |
| Binary | 10101000 | 11010110 | 10000100 | 10101 | 0 | 100110 | 10000 | 1011110 | 110010 | 1000100 |
Color Harmonies of #A8D684
Complementary color
Monochromatic Colors of #A8D684
Black with #A8D684
Text Example
Text Example
White with #A8D684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D684; }
p { color: rgb(168,214,132); }
H1.HeaderClassName
{
color: #A8D684;
}
.AnyTagClassName
{
color: #A8D684;
}
</style>
background-color css
<style>
a { background-color: #A8D684; }
a { background-color: rgb(168,214,132); }
div.DivClassName
{
background-color: #A8D684;
}
.BgClassName
{
background-color: #A8D684;
}
</style>
border-color css
<style>
span { border-color: #A8D684; }
span { border-color: rgb(168,214,132); }
td.TdClassName
{
border-color: #A8D684;
}
.TagClassName
{
border-color: #A8D684;
}
</style>