Shades of Feijoa #A8D96C
Tints of Feijoa #A8D96C
RGB
CMYK
RGB Variations
Color information
#A8D96C (or 0xA8D96C) is known color: Feijoa. HEX triplet: A8, D9 and 6C. RGB value is (168,217,108). Sum of RGB (Red+Green+Blue) = 168+217+108=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D96C is #572693. Grayscale: #BEBEBE. Windows color (decimal): -5711508 or 7133608. OLE color: 7133608.
HSL color Cylindrical-coordinate representation of color #A8D96C: hue angle of 86.97º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D96C is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 108 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.15 |
| HSL | 86.97º | 0.59% | 0.64% | - |
| HSV(B) | 86.97º | 0.5% | 0.85% | - |
| XYZ | 43.67 | 59.03 | 23.28 | - |
| YUV | 189.92 | 81.77 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 108 | 0.23 | 0 | 0.50 | 0.15 | 86.97 | 0.59 | 0.64 |
| Hex | A8 | D9 | 6C | 17 | 0 | 32 | F | 57 | 3B | 40 |
| Octal | 250 | 331 | 154 | 27 | 0 | 62 | 17 | 127 | 73 | 100 |
| Binary | 10101000 | 11011001 | 1101100 | 10111 | 0 | 110010 | 1111 | 1010111 | 111011 | 1000000 |
Color Harmonies of #A8D96C
Complementary color
Monochromatic Colors of #A8D96C
Black with #A8D96C
Text Example
Text Example
White with #A8D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D96C; }
p { color: rgb(168,217,108); }
H1.HeaderClassName
{
color: #A8D96C;
}
.AnyTagClassName
{
color: #A8D96C;
}
</style>
background-color css
<style>
a { background-color: #A8D96C; }
a { background-color: rgb(168,217,108); }
div.DivClassName
{
background-color: #A8D96C;
}
.BgClassName
{
background-color: #A8D96C;
}
</style>
border-color css
<style>
span { border-color: #A8D96C; }
span { border-color: rgb(168,217,108); }
td.TdClassName
{
border-color: #A8D96C;
}
.TagClassName
{
border-color: #A8D96C;
}
</style>