Shades of Feijoa #A6D788
Tints of Feijoa #A6D788
RGB
CMYK
RGB Variations
Color information
#A6D788 (or 0xA6D788) is known color: Feijoa. HEX triplet: A6, D7 and 88. RGB value is (166,215,136). Sum of RGB (Red+Green+Blue) = 166+215+136=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D788 is #592877. Grayscale: #BFBFBF. Windows color (decimal): -5843064 or 8968102. OLE color: 8968102.
HSL color Cylindrical-coordinate representation of color #A6D788: hue angle of 97.22º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6D788 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 215 | 136 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.16 |
| HSL | 97.22º | 0.5% | 0.69% | - |
| HSV(B) | 97.22º | 0.37% | 0.84% | - |
| XYZ | 44.47 | 58.49 | 32.24 | - |
| YUV | 191.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 136 | 0.23 | 0 | 0.37 | 0.16 | 97.22 | 0.5 | 0.69 |
| Hex | A6 | D7 | 88 | 17 | 0 | 25 | 10 | 61 | 32 | 45 |
| Octal | 246 | 327 | 210 | 27 | 0 | 45 | 20 | 141 | 62 | 105 |
| Binary | 10100110 | 11010111 | 10001000 | 10111 | 0 | 100101 | 10000 | 1100001 | 110010 | 1000101 |
Color Harmonies of #A6D788
Complementary color
Monochromatic Colors of #A6D788
Black with #A6D788
Text Example
Text Example
White with #A6D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D788; }
p { color: rgb(166,215,136); }
H1.HeaderClassName
{
color: #A6D788;
}
.AnyTagClassName
{
color: #A6D788;
}
</style>
background-color css
<style>
a { background-color: #A6D788; }
a { background-color: rgb(166,215,136); }
div.DivClassName
{
background-color: #A6D788;
}
.BgClassName
{
background-color: #A6D788;
}
</style>
border-color css
<style>
span { border-color: #A6D788; }
span { border-color: rgb(166,215,136); }
td.TdClassName
{
border-color: #A6D788;
}
.TagClassName
{
border-color: #A6D788;
}
</style>