Shades of Feijoa #A1D96A
Tints of Feijoa #A1D96A
RGB
CMYK
RGB Variations
Color information
#A1D96A (or 0xA1D96A) is known color: Feijoa. HEX triplet: A1, D9 and 6A. RGB value is (161,217,106). Sum of RGB (Red+Green+Blue) = 161+217+106=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D96A is #5E2695. Grayscale: #BBBBBB. Windows color (decimal): -6170262 or 7002529. OLE color: 7002529.
HSL color Cylindrical-coordinate representation of color #A1D96A: hue angle of 90.27º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1D96A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 106 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.15 |
| HSL | 90.27º | 0.59% | 0.63% | - |
| HSV(B) | 90.27º | 0.51% | 0.85% | - |
| XYZ | 42.11 | 58.24 | 22.66 | - |
| YUV | 187.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 106 | 0.26 | 0 | 0.51 | 0.15 | 90.27 | 0.59 | 0.63 |
| Hex | A1 | D9 | 6A | 1A | 0 | 33 | F | 5A | 3B | 3F |
| Octal | 241 | 331 | 152 | 32 | 0 | 63 | 17 | 132 | 73 | 77 |
| Binary | 10100001 | 11011001 | 1101010 | 11010 | 0 | 110011 | 1111 | 1011010 | 111011 | 111111 |
Color Harmonies of #A1D96A
Complementary color
Monochromatic Colors of #A1D96A
Black with #A1D96A
Text Example
Text Example
White with #A1D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D96A; }
p { color: rgb(161,217,106); }
H1.HeaderClassName
{
color: #A1D96A;
}
.AnyTagClassName
{
color: #A1D96A;
}
</style>
background-color css
<style>
a { background-color: #A1D96A; }
a { background-color: rgb(161,217,106); }
div.DivClassName
{
background-color: #A1D96A;
}
.BgClassName
{
background-color: #A1D96A;
}
</style>
border-color css
<style>
span { border-color: #A1D96A; }
span { border-color: rgb(161,217,106); }
td.TdClassName
{
border-color: #A1D96A;
}
.TagClassName
{
border-color: #A1D96A;
}
</style>