Shades of Feijoa #A1D96B
Tints of Feijoa #A1D96B
RGB
CMYK
RGB Variations
Color information
#A1D96B (or 0xA1D96B) is known color: Feijoa. HEX triplet: A1, D9 and 6B. RGB value is (161,217,107). Sum of RGB (Red+Green+Blue) = 161+217+107=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D96B is #5E2694. Grayscale: #BCBCBC. Windows color (decimal): -6170261 or 7068065. OLE color: 7068065.
HSL color Cylindrical-coordinate representation of color #A1D96B: hue angle of 90.55º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1D96B is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 107 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.15 |
| HSL | 90.55º | 0.59% | 0.64% | - |
| HSV(B) | 90.55º | 0.51% | 0.85% | - |
| XYZ | 42.16 | 58.26 | 22.93 | - |
| YUV | 187.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 107 | 0.26 | 0 | 0.51 | 0.15 | 90.55 | 0.59 | 0.64 |
| Hex | A1 | D9 | 6B | 1A | 0 | 33 | F | 5B | 3B | 40 |
| Octal | 241 | 331 | 153 | 32 | 0 | 63 | 17 | 133 | 73 | 100 |
| Binary | 10100001 | 11011001 | 1101011 | 11010 | 0 | 110011 | 1111 | 1011011 | 111011 | 1000000 |
Color Harmonies of #A1D96B
Complementary color
Monochromatic Colors of #A1D96B
Black with #A1D96B
Text Example
Text Example
White with #A1D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D96B; }
p { color: rgb(161,217,107); }
H1.HeaderClassName
{
color: #A1D96B;
}
.AnyTagClassName
{
color: #A1D96B;
}
</style>
background-color css
<style>
a { background-color: #A1D96B; }
a { background-color: rgb(161,217,107); }
div.DivClassName
{
background-color: #A1D96B;
}
.BgClassName
{
background-color: #A1D96B;
}
</style>
border-color css
<style>
span { border-color: #A1D96B; }
span { border-color: rgb(161,217,107); }
td.TdClassName
{
border-color: #A1D96B;
}
.TagClassName
{
border-color: #A1D96B;
}
</style>