Shades of Feijoa #A8D96D
Tints of Feijoa #A8D96D
RGB
CMYK
RGB Variations
Color information
#A8D96D (or 0xA8D96D) is known color: Feijoa. HEX triplet: A8, D9 and 6D. RGB value is (168,217,109). Sum of RGB (Red+Green+Blue) = 168+217+109=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D96D is #572692. Grayscale: #BEBEBE. Windows color (decimal): -5711507 or 7199144. OLE color: 7199144.
HSL color Cylindrical-coordinate representation of color #A8D96D: hue angle of 87.22º 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 #A8D96D is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 109 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.15 |
| HSL | 87.22º | 0.59% | 0.64% | - |
| HSV(B) | 87.22º | 0.5% | 0.85% | - |
| XYZ | 43.72 | 59.05 | 23.56 | - |
| YUV | 190.04 | 82.27 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 109 | 0.23 | 0 | 0.50 | 0.15 | 87.22 | 0.59 | 0.64 |
| Hex | A8 | D9 | 6D | 17 | 0 | 32 | F | 57 | 3B | 40 |
| Octal | 250 | 331 | 155 | 27 | 0 | 62 | 17 | 127 | 73 | 100 |
| Binary | 10101000 | 11011001 | 1101101 | 10111 | 0 | 110010 | 1111 | 1010111 | 111011 | 1000000 |
Color Harmonies of #A8D96D
Complementary color
Monochromatic Colors of #A8D96D
Black with #A8D96D
Text Example
Text Example
White with #A8D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D96D; }
p { color: rgb(168,217,109); }
H1.HeaderClassName
{
color: #A8D96D;
}
.AnyTagClassName
{
color: #A8D96D;
}
</style>
background-color css
<style>
a { background-color: #A8D96D; }
a { background-color: rgb(168,217,109); }
div.DivClassName
{
background-color: #A8D96D;
}
.BgClassName
{
background-color: #A8D96D;
}
</style>
border-color css
<style>
span { border-color: #A8D96D; }
span { border-color: rgb(168,217,109); }
td.TdClassName
{
border-color: #A8D96D;
}
.TagClassName
{
border-color: #A8D96D;
}
</style>