Shades of Feijoa #A1D86C
Tints of Feijoa #A1D86C
RGB
CMYK
RGB Variations
Color information
#A1D86C (or 0xA1D86C) is known color: Feijoa. HEX triplet: A1, D8 and 6C. RGB value is (161,216,108). Sum of RGB (Red+Green+Blue) = 161+216+108=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D86C is #5E2793. Grayscale: #BBBBBB. Windows color (decimal): -6170516 or 7133345. OLE color: 7133345.
HSL color Cylindrical-coordinate representation of color #A1D86C: hue angle of 90.56º degrees, saturation: 0.58, 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 #A1D86C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 108 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.15 |
| HSL | 90.56º | 0.58% | 0.64% | - |
| HSV(B) | 90.56º | 0.5% | 0.85% | - |
| XYZ | 41.96 | 57.77 | 23.13 | - |
| YUV | 187.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 108 | 0.25 | 0 | 0.50 | 0.15 | 90.56 | 0.58 | 0.64 |
| Hex | A1 | D8 | 6C | 19 | 0 | 32 | F | 5B | 3A | 40 |
| Octal | 241 | 330 | 154 | 31 | 0 | 62 | 17 | 133 | 72 | 100 |
| Binary | 10100001 | 11011000 | 1101100 | 11001 | 0 | 110010 | 1111 | 1011011 | 111010 | 1000000 |
Color Harmonies of #A1D86C
Complementary color
Monochromatic Colors of #A1D86C
Black with #A1D86C
Text Example
Text Example
White with #A1D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D86C; }
p { color: rgb(161,216,108); }
H1.HeaderClassName
{
color: #A1D86C;
}
.AnyTagClassName
{
color: #A1D86C;
}
</style>
background-color css
<style>
a { background-color: #A1D86C; }
a { background-color: rgb(161,216,108); }
div.DivClassName
{
background-color: #A1D86C;
}
.BgClassName
{
background-color: #A1D86C;
}
</style>
border-color css
<style>
span { border-color: #A1D86C; }
span { border-color: rgb(161,216,108); }
td.TdClassName
{
border-color: #A1D86C;
}
.TagClassName
{
border-color: #A1D86C;
}
</style>