Shades of Feijoa #A8D76D
Tints of Feijoa #A8D76D
RGB
CMYK
RGB Variations
Color information
#A8D76D (or 0xA8D76D) is known color: Feijoa. HEX triplet: A8, D7 and 6D. RGB value is (168,215,109). Sum of RGB (Red+Green+Blue) = 168+215+109=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D76D is #572892. Grayscale: #BDBDBD. Windows color (decimal): -5712019 or 7198632. OLE color: 7198632.
HSL color Cylindrical-coordinate representation of color #A8D76D: hue angle of 86.6º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8D76D is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 109 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.16 |
| HSL | 86.6º | 0.57% | 0.64% | - |
| HSV(B) | 86.6º | 0.49% | 0.84% | - |
| XYZ | 43.21 | 58.03 | 23.39 | - |
| YUV | 188.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 109 | 0.22 | 0 | 0.49 | 0.16 | 86.6 | 0.57 | 0.64 |
| Hex | A8 | D7 | 6D | 16 | 0 | 31 | 10 | 57 | 39 | 40 |
| Octal | 250 | 327 | 155 | 26 | 0 | 61 | 20 | 127 | 71 | 100 |
| Binary | 10101000 | 11010111 | 1101101 | 10110 | 0 | 110001 | 10000 | 1010111 | 111001 | 1000000 |
Color Harmonies of #A8D76D
Complementary color
Monochromatic Colors of #A8D76D
Black with #A8D76D
Text Example
Text Example
White with #A8D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D76D; }
p { color: rgb(168,215,109); }
H1.HeaderClassName
{
color: #A8D76D;
}
.AnyTagClassName
{
color: #A8D76D;
}
</style>
background-color css
<style>
a { background-color: #A8D76D; }
a { background-color: rgb(168,215,109); }
div.DivClassName
{
background-color: #A8D76D;
}
.BgClassName
{
background-color: #A8D76D;
}
</style>
border-color css
<style>
span { border-color: #A8D76D; }
span { border-color: rgb(168,215,109); }
td.TdClassName
{
border-color: #A8D76D;
}
.TagClassName
{
border-color: #A8D76D;
}
</style>