Shades of Feijoa #A1D96D
Tints of Feijoa #A1D96D
RGB
CMYK
RGB Variations
Color information
#A1D96D (or 0xA1D96D) is known color: Feijoa. HEX triplet: A1, D9 and 6D. RGB value is (161,217,109). Sum of RGB (Red+Green+Blue) = 161+217+109=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D96D is #5E2692. Grayscale: #BCBCBC. Windows color (decimal): -6170259 or 7199137. OLE color: 7199137.
HSL color Cylindrical-coordinate representation of color #A1D96D: hue angle of 91.11º degrees, saturation: 0.59, 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 #A1D96D is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 109 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.15 |
| HSL | 91.11º | 0.59% | 0.64% | - |
| HSV(B) | 91.11º | 0.5% | 0.85% | - |
| XYZ | 42.27 | 58.31 | 23.49 | - |
| YUV | 187.94 | 83.45 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 109 | 0.26 | 0 | 0.50 | 0.15 | 91.11 | 0.59 | 0.64 |
| Hex | A1 | D9 | 6D | 1A | 0 | 32 | F | 5B | 3B | 40 |
| Octal | 241 | 331 | 155 | 32 | 0 | 62 | 17 | 133 | 73 | 100 |
| Binary | 10100001 | 11011001 | 1101101 | 11010 | 0 | 110010 | 1111 | 1011011 | 111011 | 1000000 |
Color Harmonies of #A1D96D
Complementary color
Monochromatic Colors of #A1D96D
Black with #A1D96D
Text Example
Text Example
White with #A1D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D96D; }
p { color: rgb(161,217,109); }
H1.HeaderClassName
{
color: #A1D96D;
}
.AnyTagClassName
{
color: #A1D96D;
}
</style>
background-color css
<style>
a { background-color: #A1D96D; }
a { background-color: rgb(161,217,109); }
div.DivClassName
{
background-color: #A1D96D;
}
.BgClassName
{
background-color: #A1D96D;
}
</style>
border-color css
<style>
span { border-color: #A1D96D; }
span { border-color: rgb(161,217,109); }
td.TdClassName
{
border-color: #A1D96D;
}
.TagClassName
{
border-color: #A1D96D;
}
</style>