Shades of Feijoa #A3D96C
Tints of Feijoa #A3D96C
RGB
CMYK
RGB Variations
Color information
#A3D96C (or 0xA3D96C) is known color: Feijoa. HEX triplet: A3, D9 and 6C. RGB value is (163,217,108). Sum of RGB (Red+Green+Blue) = 163+217+108=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D96C is #5C2693. Grayscale: #BCBCBC. Windows color (decimal): -6039188 or 7133603. OLE color: 7133603.
HSL color Cylindrical-coordinate representation of color #A3D96C: hue angle of 89.72º 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 #A3D96C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 217 | 108 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.15 |
| HSL | 89.72º | 0.59% | 0.64% | - |
| HSV(B) | 89.72º | 0.5% | 0.85% | - |
| XYZ | 42.62 | 58.49 | 23.23 | - |
| YUV | 188.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 217 | 108 | 0.25 | 0 | 0.50 | 0.15 | 89.72 | 0.59 | 0.64 |
| Hex | A3 | D9 | 6C | 19 | 0 | 32 | F | 5A | 3B | 40 |
| Octal | 243 | 331 | 154 | 31 | 0 | 62 | 17 | 132 | 73 | 100 |
| Binary | 10100011 | 11011001 | 1101100 | 11001 | 0 | 110010 | 1111 | 1011010 | 111011 | 1000000 |
Color Harmonies of #A3D96C
Complementary color
Monochromatic Colors of #A3D96C
Black with #A3D96C
Text Example
Text Example
White with #A3D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D96C; }
p { color: rgb(163,217,108); }
H1.HeaderClassName
{
color: #A3D96C;
}
.AnyTagClassName
{
color: #A3D96C;
}
</style>
background-color css
<style>
a { background-color: #A3D96C; }
a { background-color: rgb(163,217,108); }
div.DivClassName
{
background-color: #A3D96C;
}
.BgClassName
{
background-color: #A3D96C;
}
</style>
border-color css
<style>
span { border-color: #A3D96C; }
span { border-color: rgb(163,217,108); }
td.TdClassName
{
border-color: #A3D96C;
}
.TagClassName
{
border-color: #A3D96C;
}
</style>